mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-06 13:09:46 +08:00
Fix: prevent unwanted submarine hunt wait in super()._goto
This commit is contained in:
@@ -55,6 +55,7 @@ class OSMap(OSFleet, Map, GlobeCamera, StorageHandler, StrategicSearchHandler):
|
|||||||
self.config.override(
|
self.config.override(
|
||||||
Submarine_Fleet=1,
|
Submarine_Fleet=1,
|
||||||
Submarine_CallMode='every_combat',
|
Submarine_CallMode='every_combat',
|
||||||
|
Submarine_HuntMode='do_not_use',
|
||||||
STORY_ALLOW_SKIP=False,
|
STORY_ALLOW_SKIP=False,
|
||||||
**kwargs
|
**kwargs
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user