Skip to content

Commit bfe3eb3

Browse files
committed
Update opff.rs
1 parent da7f215 commit bfe3eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fighters/lucina/src/opff.rs

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ unsafe fn up_special_reverse(boma: &mut BattleObjectModuleAccessor, status_kind:
108108
}
109109
}
110110
}
111+
}
111112
// lets lucina toggle her mask on/off with down taunt
112113
unsafe fn mask_toggle(fighter: &mut L2CFighterCommon, boma: &mut BattleObjectModuleAccessor, frame: f32) {
113114
let mask_is_equipped = VarModule::is_flag(boma.object(), vars::lucina::instance::EQUIP_MASK);

0 commit comments

Comments
 (0)