mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Typo
This commit is contained in:
@@ -320,7 +320,7 @@
|
|||||||
|
|
||||||
// Internal wounds get worse over time. Low temperatures (cryo) stop them.
|
// Internal wounds get worse over time. Low temperatures (cryo) stop them.
|
||||||
if(W.internal && !W.is_treated() && owner.bodytemperature >= 170)
|
if(W.internal && !W.is_treated() && owner.bodytemperature >= 170)
|
||||||
if(!owner.reagents/has_reagent("bicaridine")) //bicard stops internal wounds from growing bigger with time
|
if(!owner.reagents.has_reagent("bicaridine")) //bicard stops internal wounds from growing bigger with time
|
||||||
W.open_wound(0.1 * wound_update_accuracy)
|
W.open_wound(0.1 * wound_update_accuracy)
|
||||||
owner.vessel.remove_reagent("blood",0.07 * W.damage * wound_update_accuracy)
|
owner.vessel.remove_reagent("blood",0.07 * W.damage * wound_update_accuracy)
|
||||||
if(prob(1 * wound_update_accuracy))
|
if(prob(1 * wound_update_accuracy))
|
||||||
|
|||||||
Reference in New Issue
Block a user