Stops organs from turning against you in cold environments and freezers.

This commit is contained in:
Ghommie
2020-05-01 16:56:33 +02:00
parent 2f236ffc04
commit 3715f95650
4 changed files with 5 additions and 7 deletions
@@ -101,7 +101,7 @@ GLOBAL_LIST_INIT(dwarf_last, world.file2list("strings/names/dwarf_last.txt")) //
/obj/item/organ/dwarfgland/on_life() //Primary loop to hook into to start delayed loops for other loops..
. = ..()
if(!owner || owner.stat == DEAD)
if(owner && owner.stat != DEAD)
dwarf_cycle_ticker()
//Handles the delayed tick cycle by just adding on increments per each on_life() tick