mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 04:56:29 +01:00
Reduced internal bleeding speed.
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
if(W.internal && !W.is_treated())
|
||||
// internal wounds get worse over time
|
||||
W.open_wound(0.1 * wound_update_accuracy)
|
||||
owner.vessel.remove_reagent("blood",0.2 * W.damage * wound_update_accuracy)
|
||||
owner.vessel.remove_reagent("blood",0.07 * W.damage * wound_update_accuracy)
|
||||
|
||||
if(W.bandaged || W.salved)
|
||||
// slow healing
|
||||
|
||||
Reference in New Issue
Block a user