Merge pull request #12077 from Ghommie/Ghommie-cit714

Stops organs from turning against owners in cold environments and freezers.
This commit is contained in:
kevinz000
2020-05-01 11:50:29 -07:00
committed by GitHub
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