Makes pierce damage correctly heal when bandaged

This commit is contained in:
Cameron653
2016-08-15 20:39:55 -04:00
committed by GitHub
parent 9177ab31cc
commit 995ae56dfe

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