mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Opt: Able to run obscure finish in os_fully_clear if OS_OBSCURE_FORCE_RUN is enable
This commit is contained in:
@@ -339,7 +339,8 @@ class OperationSiren(Reward, OSMap):
|
|||||||
self.config.record_save(RECORD_MISSION_FINISH)
|
self.config.record_save(RECORD_MISSION_FINISH)
|
||||||
|
|
||||||
if self.config.ENABLE_OS_OBSCURE_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:
|
if self.config.ENABLE_OS_MEOWFFICER_FARMING:
|
||||||
self.os_meowfficer_farming(hazard_level=self.config.OS_MEOWFFICER_FARMING_LEVEL, daily=daily)
|
self.os_meowfficer_farming(hazard_level=self.config.OS_MEOWFFICER_FARMING_LEVEL, daily=daily)
|
||||||
|
|||||||
Reference in New Issue
Block a user