Skip to content

Commit

Permalink
Vampyric Cloake Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Nov 12, 2023
1 parent bd2a28b commit 35580b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tasks/boozedrop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand All @@ -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`,
Expand Down

0 comments on commit 35580b9

Please sign in to comment.