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`,