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