Fixed a derp with damage types.

This commit is contained in:
cib
2012-08-07 00:18:53 -07:00
parent 5785c817f8
commit c6054e06ec

View File

@@ -51,8 +51,8 @@
// amount of damage the current wound type requires(less means we need to apply the next healing stage)
var/min_damage = 0
// one of CUTE, BRUISE, BURN
var/damage_type = BRUTE
// one of CUT, BRUISE, BURN
var/damage_type = CUT
// whether this wound needs a bandage/salve to heal at all
var/needs_treatment = 0