Skip to content

Commit ec98e65

Browse files
authored
hi stingers!!!!!
1 parent c867b69 commit ec98e65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fighters/peach/src/status/special_hi.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ use globals::*;
33

44
#[status_script(agent = "peach", status = FIGHTER_PEACH_STATUS_KIND_SPECIAL_HI_AIR_END, condition = LUA_SCRIPT_STATUS_FUNC_STATUS_MAIN)]
55
unsafe fn special_hi_air_end_main(fighter: &mut L2CFighterCommon) -> L2CValue {
6+
if !StopModule::is_stop(fighter.module_accessor) {
7+
special_hi_substatus(fighter, false.into());
8+
}
69
fighter.global_table[SUB_STATUS].assign(&L2CValue::Ptr(special_hi_substatus as *const () as _));
710
original!(fighter)
811
}
@@ -19,4 +22,4 @@ pub fn install() {
1922
smashline::install_status_scripts!(
2023
special_hi_air_end_main
2124
);
22-
}
25+
}

0 commit comments

Comments
 (0)