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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user