From e86688be570e176cc5678452ac184185a83bd14c Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sat, 21 Oct 2017 07:28:47 -0500 Subject: [PATCH] Update implant_removal.dm --- code/modules/surgery/implant_removal.dm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/code/modules/surgery/implant_removal.dm b/code/modules/surgery/implant_removal.dm index 5bab1fc811..c31198b5cf 100644 --- a/code/modules/surgery/implant_removal.dm +++ b/code/modules/surgery/implant_removal.dm @@ -44,14 +44,3 @@ else to_chat(user, "You can't find anything in [target]'s [target_zone]!") return 1 - -/datum/surgery/implant_removal/mechanic - name = "implant removal" - requires_bodypart_type = BODYPART_ROBOTIC - steps = list( - /datum/surgery_step/mechanic_open, - /datum/surgery_step/open_hatch, - /datum/surgery_step/mechanic_unwrench, - /datum/surgery_step/extract_implant, - /datum/surgery_step/mechanic_wrench, - /datum/surgery_step/mechanic_close)