Properly defines the fire attack of the Phazon to be BURN damage and not FIRE damage, which is not a damtype. (#91723)

This commit is contained in:
necromanceranne
2025-06-21 03:11:23 +02:00
committed by GitHub
parent f2398600ad
commit c8f4822e60
@@ -110,7 +110,7 @@
else if(mecha_attacker.force > 20 && !IsKnockdown()) // lightweight mechas like gygax
mecha_attacker.melee_attack_effect(src, heavy = FALSE)
playsound(src, mecha_attacker.brute_attack_sound, 50, TRUE)
if(FIRE)
if(BURN)
playsound(src, mecha_attacker.burn_attack_sound, 50, TRUE)
if(TOX)
playsound(src, mecha_attacker.tox_attack_sound, 50, TRUE)