From e760163639d5a509a0edeb80809d4af7c99c418e Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:51:07 +1100 Subject: [PATCH] Add wintertoad to drystreaks for wintertodt --- src/mahoji/commands/tools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mahoji/commands/tools.ts b/src/mahoji/commands/tools.ts index a87276376e..b2041f8207 100644 --- a/src/mahoji/commands/tools.ts +++ b/src/mahoji/commands/tools.ts @@ -466,7 +466,7 @@ const dryStreakMinigames: DrystreakMinigame[] = [ { name: 'Wintertodt', key: 'wintertodt', - items: resolveItems(['Tome of fire', 'Phoenix', 'Bruma torch', 'Warm gloves']) + items: resolveItems(['Tome of fire', 'Phoenix', 'Bruma torch', 'Warm gloves', 'Wintertoad']) }, { name: 'Tombs of Amascut',