Code Readability - Surgery (#18238)

* surgery

* remove unused helper functions
This commit is contained in:
KalevTait
2022-07-08 08:20:37 +01:00
committed by GitHub
parent 3bd7952ffb
commit f5d19f283f
7 changed files with 14 additions and 40 deletions
@@ -5,7 +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
requires_organic_bodypart = FALSE
/datum/surgery/embedded_removal/can_start(mob/user, mob/living/carbon/human/target)
if(!istype(target))