This commit is contained in:
Chinsky
2013-08-04 04:29:37 +04:00
parent 4e68b1c042
commit f460deb459

View File

@@ -320,7 +320,7 @@
// Internal wounds get worse over time. Low temperatures (cryo) stop them.
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)
owner.vessel.remove_reagent("blood",0.07 * W.damage * wound_update_accuracy)
if(prob(1 * wound_update_accuracy))