Fixed a very silly mistake with wound healing.

This commit is contained in:
cib
2012-08-06 13:23:32 -07:00
parent 45a0eac4e7
commit 22c627901b
+1 -1
View File
@@ -366,7 +366,7 @@
// heal brute damage
if(W.damage_type == CUT || W.damage_type == BRUISE)
burn = W.heal_damage(brute)
brute = W.heal_damage(brute)
else if(W.damage_type == BURN)
burn = W.heal_damage(burn)