mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 17:57:01 +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)
|
||||
|
||||
if not self.appear(MISSION_MULTI) or \
|
||||
if not self.appear(MISSION_MULTI) and \
|
||||
not self.appear(MISSION_SINGLE):
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user