Skip to content

Commit 146518d

Browse files
committed
Merge branch 'feature/smashline-2' of https://github.com/HDR-Development/HewDraw-Remix into feature/smashline-2
2 parents f272a88 + 7067750 commit 146518d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fighters/trail/src/status/attack_air.rs

+2
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ pub unsafe extern "C" fn init_attack_air_f(fighter: &mut L2CFighterCommon) -> L2
262262
0.into()
263263
}
264264

265+
266+
265267
pub fn install() {
266268
smashline::Agent::new("trail")
267269
.status(Pre, *FIGHTER_STATUS_KIND_ATTACK_AIR, attack_air_pre)

0 commit comments

Comments
 (0)