1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Opt: Handle movable enemy without POOR_MAP_DATA enabled and won't goto previous siren location

- Fix: enemy_genre merge
- Add: counter of map walk round
- Opt: Smarter enemy moving wait
This commit is contained in:
LmeSzinc
2020-08-05 01:29:22 +08:00
parent d4b41aab07
commit 5d9e4b651d
6 changed files with 102 additions and 13 deletions

View File

@@ -10,6 +10,10 @@ class MapWalkError(Exception):
pass
class MapEnemyMoved(Exception):
pass
class CampaignNameError(Exception):
pass