From a09b0347cb3653df03728eab1a861a4ca5cff2ab Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:19:31 -0700 Subject: [PATCH] [MIRROR] Makes it so you no longer feel pain in yourself (#11762) Co-authored-by: Cameron Lennox --- code/modules/organs/blood.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/organs/blood.dm b/code/modules/organs/blood.dm index debfaa8c06..b51f0ee788 100644 --- a/code/modules/organs/blood.dm +++ b/code/modules/organs/blood.dm @@ -192,7 +192,7 @@ BLOOD_VOLUME_SURVIVE = 40 if(!(W.can_autoheal() || (bicardose && inaprovaline) || myeldose)) //bicaridine and inaprovaline stop internal wounds from growing bigger with time, unless it is so small that it is already healing W.open_wound(0.1) if(prob(1)) - custom_pain("You feel a stabbing pain in your [name]!", 50) + custom_pain("You feel a stabbing pain in your [temp.name]!", 50) if(CE_STABLE in chem_effects) blood_loss_divisor = max(blood_loss_divisor + 30, 1) //Inaprovaline is great on internal wounds. if(temp.applied_pressure) //Putting pressure on the afflicted wound helps stop the arterial bleeding.