Skip to content

Commit

Permalink
fix :explore story error
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Aug 20, 2024
1 parent b5abde7 commit 8048bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/activities/FromOpera0068WithLove.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def start_story(self):
]
img_ends = "activity_unit-formation"
res = picture.co_detect(self, rgb_ends, None, img_ends, img_possibles, skip_first_screenshot=True)
if res == "formation_edit1" or "activity_unit-formation":
if res == "formation_edit1" or res == "activity_unit-formation":
start_fight(self, 1)
main_story.auto_fight(self)
elif res == "reward_acquired":
Expand Down

0 comments on commit 8048bb5

Please sign in to comment.