Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit af6a9e6

Browse files
committed
hotfix on regression
skip button change regressed and now fixed
1 parent a0a7f2a commit af6a9e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ def battle_check(): #pink shoes, woppily, doomsday clock
6060
logger.debug("WOPPILY PT2")
6161
for i in range(3):
6262
common.click_matching("pictures/battle/NO.png")
63-
common.click_matching("pictures/events/skip.png")
63+
common.mouse_move_click(897,496)
6464
while(not common.element_exist("pictures/events/proceed.png")):
6565
if common.element_exist("pictures/events/continue.png"):
6666
common.click_matching("pictures/events/continue.png")
6767
return 0
6868
common.mouse_click()
6969
common.click_matching("pictures/events/proceed.png")
70-
common.click_matching("pictures/events/skip.png")
70+
common.mouse_move_click(897,496)
7171
while(not common.element_exist("pictures/battle/NO.png")):
7272
common.mouse_click()
7373

@@ -118,7 +118,7 @@ def skill_check():
118118

119119
common.click_matching("pictures/events/commence.png")
120120
common.sleep(4) #Waits for coin tosses
121-
common.click_matching("pictures/events/skip.png")
121+
common.mouse_move_click(897,496)
122122
while(True):
123123
common.mouse_click()
124124
if common.element_exist("pictures/events/proceed.png"):
@@ -130,7 +130,7 @@ def skill_check():
130130
if common.element_exist("pictures/events/skip.png"):
131131
common.click_skip(2)
132132
common.click_matching("pictures/battle/violet_hp.png")
133-
common.click_matching("pictures/events/skip.png")
133+
common.mouse_move_click(897,496)
134134
while(True):
135135
common.mouse_click()
136136
if common.element_exist("pictures/events/continue.png"):

0 commit comments

Comments
 (0)