Skip to content

Commit 91eb201

Browse files
Update cooking.py
1 parent f8207a6 commit 91eb201

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cooking.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from functions import pick_item_right
2121
from functions import exit_bank
2222

23-
23+
pyautogui.FAILSAFE = False
2424
def random_pause():
2525
b = random.uniform(20, 250)
2626
print('pausing for ' + str(b) + ' seconds')
@@ -339,6 +339,9 @@ def cook_all_fish_fire(Take_Human_Break=False):
339339
time_start = time.time()
340340
while not cooking_time:
341341
all_prawns = count_cook_rod()
342+
if functions.make_enabled('make_how.png') == 1:
343+
pyautogui.press('space')
344+
cooking_time = True
342345
if skill_lvl_up() != 0:
343346
random_breaks(0.1, 0.25)
344347
find_Object(1, left=0, top=0, right=1890 - 1280, bottom=800) # green

0 commit comments

Comments
 (0)