mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 14:35:25 +08:00
Fix: Mute handle_exp_info in META combat
This commit is contained in:
@@ -48,6 +48,13 @@ class AshCombat(Combat):
|
|||||||
|
|
||||||
return False
|
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):
|
def handle_battle_preparation(self):
|
||||||
if super().handle_battle_preparation():
|
if super().handle_battle_preparation():
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user