Skip to content

Commit

Permalink
a note to those who follow
Browse files Browse the repository at this point in the history
  • Loading branch information
Skies-Of-Blue committed Mar 7, 2024
1 parent d1a9f4e commit a61cdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/mechanical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
/datum/surgery/prosthesis_removal
name = "Detach prosthesis"
steps = list(/datum/surgery_step/mechanic_open, /datum/surgery_step/open_hatch, /datum/surgery_step/prepare_electronics, /datum/surgery_step/mechanic_unwrench, /datum/surgery_step/prosthesis_removal)
possible_locs = list(BODY_ZONE_R_ARM, BODY_ZONE_L_ARM, BODY_ZONE_L_LEG, BODY_ZONE_R_LEG)
possible_locs = list(BODY_ZONE_R_ARM, BODY_ZONE_L_ARM, BODY_ZONE_L_LEG, BODY_ZONE_R_LEG) // adding BODY_ZONE_HEAD would allow IPCs to remove their heads, could be funny if it weren't for the fact that it breaks their mutcolors and kills FBPs. Future explorers, if you want to fix these issues, you have my blessing
requires_bodypart_type = BODYTYPE_ROBOTIC
lying_required = FALSE
self_operable = TRUE
Expand Down

0 comments on commit a61cdb9

Please sign in to comment.