Merge pull request #582 from scamtank/patch-1

Extend fix/blood-del to include tears and sweat
develop
expwnent 2015-03-24 07:28:23 -04:00
commit c8495a0a35
1 changed files with 11 additions and 1 deletions

@ -1,7 +1,7 @@
--blood-del.lua
--makes it so that civs won't come with barrels full of blood, ichor, or goo
--author Urist Da Vinci
--edited by expwnent
--edited by expwnent, scamtank
local my_entity=df.historical_entity.find(df.global.ui.civ_id)
local sText=" "
@ -35,6 +35,16 @@ for x,y in pairs(df.global.world.entities.all) do
my_entity.resources.misc_mat.extracts.mat_index:erase(k)
k=k-1
end
if(sText.material.id=="SWEAT") then
my_entity.resources.misc_mat.extracts.mat_type:erase(k)
my_entity.resources.misc_mat.extracts.mat_index:erase(k)
k=k-1
end
if(sText.material.id=="TEARS") then
my_entity.resources.misc_mat.extracts.mat_type:erase(k)
my_entity.resources.misc_mat.extracts.mat_index:erase(k)
k=k-1
end
--VENOM
--POISON
--FLUID