1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Fix: Mute handle_exp_info in META combat

This commit is contained in:
LmeSzinc
2025-06-26 01:03:18 +08:00
parent 3f49aa47ad
commit b65932b404

View File

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