Slime surgery runtime fix

This commit is contained in:
ZomgPonies
2014-06-17 00:22:00 -04:00
parent 88920b7235
commit 25853d7d79
+2
View File
@@ -30,6 +30,8 @@
max_duration = 100
can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
if (!hasorgans(target))
return 0
var/datum/organ/external/affected = target.get_organ(target_zone)
return ..() && !(affected.status & ORGAN_CUT_AWAY)