Merge pull request #12053 from Putnam3145/fix_appendix
Fix appendices instakilling everyone
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
/obj/item/organ/appendix/on_life()
|
||||
. = ..()
|
||||
if(!.)
|
||||
if(.)
|
||||
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