Update external_repair.dm

This commit is contained in:
Wickedtemp
2019-07-19 02:29:48 -05:00
committed by GitHub
parent df03209f13
commit e99ef30d1c

View File

@@ -9,8 +9,6 @@
req_open = 1
/datum/surgery_step/repairflesh/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
if (target.stat == DEAD) // Sorry defibs, your subjects need to have pumping fluids for these to work.
return 0
if (isslime(target))
return 0
if (target_zone == O_EYES || target_zone == O_MOUTH)