mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-19 06:17:08 +08:00
Fix: Event 20220915 campaign (#5607)
Co-authored-by: YQY <91514918+5A8G0001@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ from module.map.assets import SWITCH_OVER
|
||||
|
||||
class CampaignBase(CampaignBase_):
|
||||
def enemy_searching_appear(self):
|
||||
if not self.appear(SWITCH_OVER, offset=(20, 20)):
|
||||
if not self.is_in_map():
|
||||
return False
|
||||
|
||||
return red_overlay_transparency(
|
||||
|
||||
@@ -6,7 +6,7 @@ from module.map.assets import SWITCH_OVER
|
||||
|
||||
class CampaignBase(CampaignBase_):
|
||||
def enemy_searching_appear(self):
|
||||
if not self.appear(SWITCH_OVER, offset=(20, 20)):
|
||||
if not self.is_in_map():
|
||||
return False
|
||||
|
||||
return red_overlay_transparency(
|
||||
|
||||
Reference in New Issue
Block a user