mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update external_repair.dm
This commit is contained in:
@@ -9,8 +9,6 @@
|
|||||||
req_open = 1
|
req_open = 1
|
||||||
|
|
||||||
/datum/surgery_step/repairflesh/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
/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))
|
if (isslime(target))
|
||||||
return 0
|
return 0
|
||||||
if (target_zone == O_EYES || target_zone == O_MOUTH)
|
if (target_zone == O_EYES || target_zone == O_MOUTH)
|
||||||
|
|||||||
Reference in New Issue
Block a user