1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-28 20:54:03 +08:00

ref: remove functon

This commit is contained in:
霞飛
2024-06-18 12:43:11 +08:00
committed by LmeSzinc
parent 62bc1ed7f7
commit 54747a8055
2 changed files with 1 additions and 11 deletions

View File

@@ -240,7 +240,7 @@ class OperationSiren(OSMap):
If not having enough yellow coins or purple coins, skip buying supplies in next port.
"""
logger.hr('OS port daily', level=1)
if not self.is_in_azur_port(self.zone):
if not self.zone.is_azur_port:
self.globe_goto(self.zone_nearest_azur_port(self.zone))
self.port_enter()
not_empty = self.port_supply_buy()