mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-24 13:48:02 +01:00
Stops organs from turning against you in cold environments and freezers.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
/obj/item/organ/appendix/on_life()
|
||||
. = ..()
|
||||
if(.)
|
||||
if(. || !owner)
|
||||
return
|
||||
owner.adjustToxLoss(4, TRUE, TRUE) //forced to ensure people don't use it to gain tox as slime person
|
||||
|
||||
|
||||
Reference in New Issue
Block a user