From b65932b4046de75e413a73d7cbd13e9e2c18d74e Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Thu, 26 Jun 2025 01:03:18 +0800 Subject: [PATCH] Fix: Mute handle_exp_info in META combat --- module/os_ash/ash.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module/os_ash/ash.py b/module/os_ash/ash.py index 52ebdfe5d..0d54085a5 100644 --- a/module/os_ash/ash.py +++ b/module/os_ash/ash.py @@ -48,6 +48,13 @@ class AshCombat(Combat): return False + def handle_exp_info(self): + """ + META combats don't drop EXP so no handle_exp_info + Random background of BATTLE_STATUS may trigger EXP_INFO_B + """ + return False + def handle_battle_preparation(self): if super().handle_battle_preparation(): return True