mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Merge branch 'master' into dev
# Conflicts: # module/logger.py
This commit is contained in:
@@ -50,7 +50,7 @@ class Zone:
|
||||
Returns:
|
||||
str: Such as `[3|圣彼得伯格|St. Petersburg|ペテルブルク|聖彼得堡]`
|
||||
"""
|
||||
return f'[{self.zone_id}|{self.cn}|{self.en}|{self.jp}|{self.tw}]'
|
||||
return f'[{self.zone_id}|{self.en}]'
|
||||
|
||||
__repr__ = __str__
|
||||
|
||||
|
||||
@@ -261,6 +261,9 @@ class OperationSiren(Reward, OSMap):
|
||||
# Finish existing missions first
|
||||
self.os_finish_daily_mission()
|
||||
|
||||
# Clear tuning samples daily
|
||||
self.handle_tuning_sample_use()
|
||||
|
||||
while 1:
|
||||
# If unable to receive more dailies, finish them and try again.
|
||||
success = self.os_mission_overview_accept()
|
||||
|
||||
Reference in New Issue
Block a user