1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00

Fix: base case clause incorrect

This commit is contained in:
nEEtdo0d
2021-08-18 21:44:04 -04:00
parent 7310fed8c5
commit 5ac20dc48d

View File

@@ -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