Extend fix/blood-del to include tears and sweat

This version of blood-del.lua will catch the new bodily emissions too, mostly from gremlins or gnomes.
develop
scamtank 2015-03-22 14:24:51 +02:00
parent 625be319c9
commit 9a661e1481
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