Fix some IPC surgeries not working

This commit is contained in:
monster860
2016-05-29 11:52:57 -04:00
parent 7d9fd2615f
commit 9978bcbec6
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -23,7 +23,6 @@
name = "robotic cavity implant"
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")
allowed_mob = list(/mob/living/carbon/human/machine)
/datum/surgery/cavity_implant/can_start(mob/user, mob/living/carbon/target)
if(target.get_species() == "Machine")
@@ -231,7 +230,6 @@
name = "implant removal"
steps = list(/datum/surgery_step/robotics/external/unscrew_hatch,/datum/surgery_step/robotics/external/open_hatch,/datum/surgery_step/cavity/implant_removal,/datum/surgery_step/robotics/external/close_hatch)
possible_locs = list("chest")//head is for borers..i can put it elsewhere
allowed_mob = list(/mob/living/carbon/human/machine)
/datum/surgery/cavity_implant_rem/can_start(mob/user, mob/living/carbon/target)
if(target.get_species() == "Machine")
-1
View File
@@ -40,7 +40,6 @@
name = "limb attachment"
steps = list(/datum/surgery_step/limb/attach)
possible_locs = list("head","l_arm", "l_hand","r_arm","r_hand","r_leg","r_foot","l_leg","l_foot","groin")
allowed_mob = list(/mob/living/carbon/human/machine)
/datum/surgery/reattach_synth/can_start(mob/user, mob/living/carbon/target)
if(ishuman(target))