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
+1
View File
@@ -15,6 +15,7 @@
name = "Robotic Cavity Implant/Removal"
steps = list(/datum/surgery_step/robotics/external/unscrew_hatch,/datum/surgery_step/robotics/external/open_hatch,/datum/surgery_step/cavity/place_item,/datum/surgery_step/robotics/external/close_hatch)
possible_locs = list("chest","head","groin")
requires_organic_bodypart = 0
/datum/surgery/cavity_implant/can_start(mob/user, mob/living/carbon/human/target)
if(!istype(target))
+1
View File
@@ -11,6 +11,7 @@
name = "Implant Removal"
steps = list(/datum/surgery_step/robotics/external/unscrew_hatch,/datum/surgery_step/robotics/external/open_hatch,/datum/surgery_step/extract_implant,/datum/surgery_step/robotics/external/close_hatch)
possible_locs = list("chest")
requires_organic_bodypart = 0
/datum/surgery/implant_removal/can_start(mob/user, mob/living/carbon/human/target)
if(!istype(target))
+2
View File
@@ -245,8 +245,10 @@
possible_locs = list("head", "chest", "groin")
/datum/surgery/remove_thrall/synth
name = "Debug Shadow Tumor"
steps = list(/datum/surgery_step/robotics/external/unscrew_hatch,/datum/surgery_step/robotics/external/open_hatch,/datum/surgery_step/internal/dethrall,/datum/surgery_step/robotics/external/close_hatch)
possible_locs = list("head", "chest", "groin")
requires_organic_bodypart = 0
/datum/surgery/remove_thrall/can_start(mob/user, mob/living/carbon/human/target)
if(!istype(target))
@@ -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))