Buff bandage healing speed. A LOT.

This commit is contained in:
cib
2012-11-14 16:51:58 +01:00
parent 09cbf1f684
commit 397f010de5
+2 -3
View File
@@ -192,9 +192,8 @@
if(W.is_treated())
// slow healing
var/amount = 0.2
if(W.bandaged) amount++
if(W.salved) amount++
if(W.disinfected) amount++
if(W.is_treated())
amount += 10
// amount of healing is spread over all the wounds
W.heal_damage((wound_update_accuracy * amount * W.amount * config.organ_regeneration_multiplier) / (20*owner.number_wounds+1))