Skip to content

Commit

Permalink
medics can do limb re-attachment now
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 13, 2023
1 parent e1bf35b commit 944bbf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions code/modules/surgery/amputation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/datum/surgery_step/close_amputation,
)
requires_bodypart = FALSE
pain_reduction_required = PAIN_REDUCTION_HEAVY

/datum/surgery/amputate/repair/can_start(mob/user, mob/living/carbon/patient, obj/limb/L, obj/item/tool)
return !(L.status & LIMB_AMPUTATED)
Expand Down
4 changes: 2 additions & 2 deletions code/modules/surgery/robolimbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
)
possible_locs = EXTREMITY_LIMBS
invasiveness = list(SURGERY_DEPTH_SURFACE)
required_surgery_skill = SKILL_SURGERY_TRAINED
pain_reduction_required = NONE
required_surgery_skill = SKILL_SURGERY_NOVICE
pain_reduction_required = PAIN_REDUCTION_LIGHT
requires_bodypart = FALSE
requires_bodypart_type = LIMB_AMPUTATED

Expand Down

0 comments on commit 944bbf7

Please sign in to comment.