We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169fa26 commit 9c384b9Copy full SHA for 9c384b9
fighters/ganon/src/acmd/other.rs
@@ -51,7 +51,7 @@ unsafe fn damageflylw_sound(fighter: &mut L2CAgentBase) {
51
};
52
if play_vc == 0 {PLAY_FLY_VOICE(fighter, Hash40::new("seq_ganon_rnd_futtobi01"), Hash40::new("seq_ganon_rnd_futtobi02"));}
53
}
54
-}
+}
55
56
#[acmd_script( agent = "ganon", script = "sound_damageflyn" , category = ACMD_SOUND , low_priority)]
57
unsafe fn damageflyn_sound(fighter: &mut L2CAgentBase) {
0 commit comments