diff --git a/code/modules/mob/living/living_defense.dm b/code/modules/mob/living/living_defense.dm index 7e0c3d3319c..09f22a67dc0 100644 --- a/code/modules/mob/living/living_defense.dm +++ b/code/modules/mob/living/living_defense.dm @@ -257,7 +257,7 @@ src.visible_message("[user] has [attack_message] [src]!") user.do_attack_animation(src) - apply_damage(damage, BRUTE, user.zone_sel?.selecting, armor_pen = armor_penetration, damage_flags = attack_flags) + apply_damage(damage, DAMAGE_BRUTE, user.zone_sel?.selecting, armor_pen = armor_penetration, damage_flags = attack_flags) updatehealth() return TRUE