mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 00:13:35 +08:00
Fix: base case clause incorrect
This commit is contained in:
@@ -239,7 +239,7 @@ class Reward(RewardCommission, RewardTacticalClass, RewardResearch, RewardDorm,
|
|||||||
"""
|
"""
|
||||||
self.reward_side_navbar_ensure(upper=1)
|
self.reward_side_navbar_ensure(upper=1)
|
||||||
|
|
||||||
if not self.appear(MISSION_MULTI) or \
|
if not self.appear(MISSION_MULTI) and \
|
||||||
not self.appear(MISSION_SINGLE):
|
not self.appear(MISSION_SINGLE):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user