mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Fix Mistech Toggles for Jab Lock (#576)
* Prevent Aegis's sword from vanishing on state load * Include Pyra's sword * no mr nice status request
This commit is contained in:
parent
85815f87ff
commit
d5b774841a
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ pub unsafe fn get_command_flag_cat(module_accessor: &mut BattleObjectModuleAcces
|
|||
};
|
||||
|
||||
if requested_status != 0 {
|
||||
StatusModule::change_status_request_from_script(module_accessor, requested_status, false);
|
||||
StatusModule::change_status_force(module_accessor, requested_status, true);
|
||||
if MENU.mash_triggers.contains(MashTrigger::MISTECH) {
|
||||
if MENU.tech_action_override == Action::empty() {
|
||||
mash::external_buffer_menu_mash(MENU.mash_state.get_random())
|
||||
|
|
Loading…
Reference in a new issue