mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 20:54:03 +08:00
Fix: Handle camera refocus after ash attack
This commit is contained in:
@@ -13,7 +13,11 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
|||||||
super()._goto(location, expected)
|
super()._goto(location, expected)
|
||||||
self.update_radar()
|
self.update_radar()
|
||||||
self.map.show()
|
self.map.show()
|
||||||
self.handle_ash_beacon_attack()
|
|
||||||
|
if self.handle_ash_beacon_attack():
|
||||||
|
# After ash attack, camera refocus to current fleet.
|
||||||
|
self.camera = location
|
||||||
|
self.update()
|
||||||
|
|
||||||
def map_init(self, map_):
|
def map_init(self, map_):
|
||||||
logger.hr('Map init')
|
logger.hr('Map init')
|
||||||
|
|||||||
Reference in New Issue
Block a user