mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Opt: Able to run obscure finish in os_fully_clear if OS_OBSCURE_FORCE_RUN is enable
This commit is contained in:
parent
cb319bb737
commit
bc02f8ae33
@ -339,7 +339,8 @@ class OperationSiren(Reward, OSMap):
|
||||
self.config.record_save(RECORD_MISSION_FINISH)
|
||||
|
||||
if self.config.ENABLE_OS_OBSCURE_FINISH:
|
||||
pass
|
||||
if self.config.OS_OBSCURE_FORCE_RUN:
|
||||
self.os_obscure_finish()
|
||||
|
||||
if self.config.ENABLE_OS_MEOWFFICER_FARMING:
|
||||
self.os_meowfficer_farming(hazard_level=self.config.OS_MEOWFFICER_FARMING_LEVEL, daily=daily)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user