Bicaridine stops internal wounds from growing bigger over time.

Does not stop bleeding itself though.
This commit is contained in:
comma
2013-08-03 23:06:17 +04:00
parent fb1f32a427
commit 4e68b1c042
+2 -1
View File
@@ -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)