mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user