mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Add: Rondo at Rainbow's End chapter AC
- Fix: swipe route out of target box - Fix: Re-add handle_combat_weapon_release()
This commit is contained in:
@@ -224,7 +224,7 @@ class GridInfo:
|
||||
if self.is_fortress:
|
||||
# Fortress can be a normal enemy
|
||||
return True
|
||||
elif not self.is_land and (self.may_enemy or self.is_carrier):
|
||||
elif not self.is_land and (self.may_enemy or self.is_carrier or mode == 'decoy'):
|
||||
self.is_enemy = True
|
||||
if info.enemy_scale and not self.enemy_scale:
|
||||
self.enemy_scale = info.enemy_scale
|
||||
|
||||
Reference in New Issue
Block a user