mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Fix: 修复了当前舰队的绿色箭头挡住敌人图标时,不参与缺失补全的问题
This commit is contained in:
@@ -77,6 +77,8 @@ class GridPredictor:
|
||||
if not self.is_enemy and not self.is_mystery:
|
||||
self.is_siren = self.predict_dynamic_red_border()
|
||||
self.is_fleet = self.predict_fleet()
|
||||
if self.is_fleet:
|
||||
self.is_current_fleet = self.predict_current_fleet()
|
||||
self.is_boss = self.predict_boss()
|
||||
# self.image_perspective = color_similarity_2d(
|
||||
# self.image.transform(self.ENEMY_PERSPECTIVE_IMAGE_SIZE, Image.PERSPECTIVE, self._perspective)
|
||||
|
||||
Reference in New Issue
Block a user