Surgery Fix

This commit is contained in:
Aurorablade
2017-08-14 18:50:58 -04:00
parent a5e1419e30
commit 46b99794b0
4 changed files with 5 additions and 0 deletions
@@ -5,6 +5,7 @@
/datum/surgery/embedded_removal/synth
steps = list(/datum/surgery_step/robotics/external/unscrew_hatch,/datum/surgery_step/robotics/external/open_hatch,/datum/surgery_step/remove_object,/datum/surgery_step/robotics/external/close_hatch)
requires_organic_bodypart = 0
/datum/surgery/embedded_removal/can_start(mob/user, mob/living/carbon/human/target)
if(!istype(target))