Skip to content

Commit

Permalink
Try to fix bat buff
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Nov 14, 2023
1 parent 8944d4d commit 6238d55
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 @@ -121,7 +121,8 @@ export const BoozeDropQuest: Quest = {
completed: () =>
!have($item`cosmic bowling ball`) ||
!haveFreeBanish() ||
have($effect`Cosmic Ball in the Air`),
have($effect`Cosmic Ball in the Air`) ||
have($effect`Bat-Adjacent Form`),
do: $location`The Dire Warren`,
combat: new CombatStrategy().macro(
Macro.trySkill($skill`Bowl Straight Up`)
Expand Down

0 comments on commit 6238d55

Please sign in to comment.