diff --git a/code/modules/surgery/generic.dm b/code/modules/surgery/generic.dm index 1c8d9e99aad..05d65a0b1ed 100644 --- a/code/modules/surgery/generic.dm +++ b/code/modules/surgery/generic.dm @@ -43,7 +43,7 @@ var/obj/item/organ/external/affected = target.get_organ(target_zone) user.visible_message("[user] starts the bloodless incision on [target]'s [affected.name] with \the [tool].", \ "You start the bloodless incision on [target]'s [affected.name] with \the [tool].") - target.custom_pain("You feel a horrible, searing pain in your [affected.name]!", 75) + target.custom_pain("You feel a horrible, searing pain in your [affected.name]!", 135) ..() /decl/surgery_step/generic/cut_with_laser/end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) @@ -86,7 +86,7 @@ var/obj/item/organ/external/affected = target.get_organ(target_zone) user.visible_message("[user] starts to construct a prepared incision on and within [target]'s [affected.name] with \the [tool].", \ "You start to construct a prepared incision on and within [target]'s [affected.name] with \the [tool].") - target.custom_pain("You feel a horrible, searing pain in your [affected.name] as it is pushed apart!", 75) + target.custom_pain("You feel a horrible, searing pain in your [affected.name] as it is pushed apart!", 135) ..() /decl/surgery_step/generic/incision_manager/end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) @@ -133,7 +133,7 @@ var/obj/item/organ/external/affected = target.get_organ(target_zone) user.visible_message("[user] starts the incision on [target]'s [affected.name] with \the [tool].", \ SPAN_NOTICE("You start the incision on [target]'s [affected.name] with \the [tool].")) - target.custom_pain("You feel a horrible pain as if from a sharp knife in your [affected.name]!", 75) + target.custom_pain("You feel a horrible pain as if from a sharp knife in your [affected.name]!", 145) ..() /decl/surgery_step/generic/cut_open/end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) @@ -177,7 +177,7 @@ var/obj/item/organ/external/affected = target.get_organ(target_zone) user.visible_message("[user] starts drilling into [target]'s [affected.name] carapace with \the [tool].", \ "You start drilling into [target]'s [affected.name] carapace with \the [tool].") - target.custom_pain("You feel a horrible pain as if from a jackhammer in your [affected.name]!", 75) + target.custom_pain("You feel a horrible pain as if from a jackhammer in your [affected.name]!", 145) ..() /decl/surgery_step/generic/cut_open_vaurca/end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) @@ -219,7 +219,7 @@ var/obj/item/organ/external/affected = target.get_organ(target_zone) user.visible_message("[user] starts clamping bleeders in [target]'s [affected.name] with \the [tool].", \ "You start clamping bleeders in [target]'s [affected.name] with \the [tool].") - target.custom_pain("The pain in your [affected.name] is maddening!", 75) + target.custom_pain("The pain in your [affected.name] is maddening!", 120) ..() /decl/surgery_step/generic/clamp_bleeders/end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) @@ -265,7 +265,7 @@ msg = "[user] starts to pry open the incision and rearrange the organs in [target]'s lower abdomen with \the [tool]." self_msg = "You start to pry open the incision and rearrange the organs in [target]'s lower abdomen with \the [tool]." user.visible_message(msg, SPAN_NOTICE(self_msg)) - target.custom_pain("It feels like the skin on your [affected.name] is on fire!", 75) + target.custom_pain("It feels like the skin on your [affected.name] is on fire!", 175) ..() /decl/surgery_step/generic/retract_skin/end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) @@ -317,7 +317,7 @@ var/obj/item/organ/external/affected = target.get_organ(target_zone) user.visible_message("[user] is beginning to cauterize the incision on [target]'s [affected.name] with \the [tool]." , \ SPAN_NOTICE("You are beginning to cauterize the incision on [target]'s [affected.name] with \the [tool].")) - target.custom_pain("Your [affected.name] is being burned!", 75) + target.custom_pain("Your [affected.name] is being burned!", 120) ..() /decl/surgery_step/generic/cauterize/end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) diff --git a/html/changelogs/wickedcybs_surgerypain.yml b/html/changelogs/wickedcybs_surgerypain.yml new file mode 100644 index 00000000000..b9e00c52d43 --- /dev/null +++ b/html/changelogs/wickedcybs_surgerypain.yml @@ -0,0 +1,12 @@ +author: WickedCybs + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Live surgery is more painful in general now. Light painkillers will not cut it if you want it to be safe for your patient. Assuming you want it to be safe, anyway"