Fixes server compile (#15767)

This commit is contained in:
Matt Atlas
2023-02-07 13:59:50 +01:00
committed by GitHub
parent ae7f955793
commit 24279ff7b5
+1 -1
View File
@@ -257,7 +257,7 @@
src.visible_message("<span class='danger'>[user] has [attack_message] [src]!</span>")
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