From 7f752d5422b41379fbeb6d0157e30ad1d82f8ec5 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Tue, 21 Jul 2026 00:12:43 +0900 Subject: [PATCH] feat: add story_sweep_hard to q4h preset --- ba_daily.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba_daily.py b/ba_daily.py index 3a0a9ba..b69f33e 100644 --- a/ba_daily.py +++ b/ba_daily.py @@ -77,7 +77,7 @@ PRESETS = { "gem_shop", "mailbox", "stamina", "event_sweep", "exit_game", ], "q4h": [ - "login", "cafe", "mailbox", "stamina", "event_sweep", "exit_game" + "login", "cafe", "mailbox", "stamina", "story_sweep_hard", "event_sweep", "exit_game" ] }