1
0
Fork 0
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:
GradualSyrup 2023-08-07 15:15:06 -05:00 committed by GitHub
parent 85815f87ff
commit d5b774841a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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())