Merge pull request #2332 from Cameron653/master

Makes pierce damage heal correctly when bandaged
This commit is contained in:
Yoshax
2016-08-16 19:15:01 +01:00
committed by GitHub

View File

@@ -92,7 +92,7 @@
// checks whether the wound has been appropriately treated
proc/is_treated()
if(damage_type == BRUISE || damage_type == CUT)
if(damage_type == BRUISE || damage_type == CUT || damage_type == PIERCE)
return bandaged
else if(damage_type == BURN)
return salved
@@ -398,4 +398,4 @@ datum/wound/puncture/massive
..(damage_amt)
/datum/wound/lost_limb/can_merge(var/datum/wound/other)
return 0 //cannot be merged
return 0 //cannot be merged