mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
[MIRROR] Makes it so you no longer feel pain in yourself (#11762)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
96bf45af35
commit
a09b0347cb
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user