Fixes Infections in Organs from Cloning

This commit is contained in:
Fox-McCloud
2017-07-23 18:19:23 -04:00
parent b03d226f8c
commit 211038b6c7
+2
View File
@@ -123,6 +123,8 @@ var/list/organ_cache = list()
return 1
if(is_found_within(/obj/structure/closet/crate/freezer))
return 1
if(is_found_within(/obj/machinery/clonepod))
return 1
if(isturf(loc))
if(world.time - last_freezer_update_time > freezer_update_period)
// I don't want to loop through everything in the tile constantly, especially since it'll be a pile of organs