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
+1 -1
View File
@@ -26,7 +26,7 @@
/obj/item/organ/liver/on_life()
. = ..()
if(!.)//can't process reagents with a failing liver
if(!. || !owner)//can't process reagents with a failing liver
return
if(filterToxins && !HAS_TRAIT(owner, TRAIT_TOXINLOVER))