mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Bicaridine stops internal wounds from growing bigger over time.
Does not stop bleeding itself though.
This commit is contained in:
@@ -320,7 +320,8 @@
|
||||
|
||||
// Internal wounds get worse over time. Low temperatures (cryo) stop them.
|
||||
if(W.internal && !W.is_treated() && owner.bodytemperature >= 170)
|
||||
W.open_wound(0.1 * wound_update_accuracy)
|
||||
if(!owner.reagents/has_reagent("bicaridine")) //bicard stops internal wounds from growing bigger with time
|
||||
W.open_wound(0.1 * wound_update_accuracy)
|
||||
owner.vessel.remove_reagent("blood",0.07 * W.damage * wound_update_accuracy)
|
||||
if(prob(1 * wound_update_accuracy))
|
||||
owner.custom_pain("You feel a stabbing pain in your [display_name]!",1)
|
||||
|
||||
Reference in New Issue
Block a user