From 35580b9a48f3aa5c6d554dc46894132304e1963f Mon Sep 17 00:00:00 2001 From: Ignose Date: Sun, 12 Nov 2023 11:07:27 -0500 Subject: [PATCH] Vampyric Cloake Fix --- src/tasks/boozedrop.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tasks/boozedrop.ts b/src/tasks/boozedrop.ts index e1d0a4d..3a46609 100644 --- a/src/tasks/boozedrop.ts +++ b/src/tasks/boozedrop.ts @@ -128,7 +128,7 @@ export const BoozeDropQuest: Quest = { restoreMp(50); }, completed: () => - (!have($item`cosmic bowling ball`) && !have($item`vampyric cloake`)) || + !have($item`cosmic bowling ball`) || !haveFreeBanish() || $effects`Cosmic Ball in the Air, Bat-Adjacent Form`.some((ef) => have(ef)), do: $location`The Dire Warren`, @@ -139,6 +139,7 @@ export const BoozeDropQuest: Quest = { .abort() ), outfit: { + back: $item`vampyric cloake`, offhand: $item`latte lovers member's mug`, acc1: $item`Kremlin's Greatest Briefcase`, acc2: $item`Lil' Doctorâ„¢ bag`,