Skip to content

Commit

Permalink
Update booze drop enhacement to Noob Cave
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Nov 14, 2023
1 parent 6238d55 commit ebbe89d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tasks/boozedrop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import { CombatStrategy } from "grimoire-kolmafia";
import Macro, { haveFreeBanish } from "../combat";
import { drive } from "libram/dist/resources/2017/AsdonMartin";
import { args } from "../args";
import { baseOutfit, chooseFamiliar } from "../engine/outfit";

function wishOrSpleen(): boolean {
if (
Expand Down Expand Up @@ -123,7 +124,7 @@ export const BoozeDropQuest: Quest = {
!haveFreeBanish() ||
have($effect`Cosmic Ball in the Air`) ||
have($effect`Bat-Adjacent Form`),
do: $location`The Dire Warren`,
do: $location`Noob Cave`,
combat: new CombatStrategy().macro(
Macro.trySkill($skill`Bowl Straight Up`)
.trySkill($skill`Become a Bat`)
Expand All @@ -135,6 +136,7 @@ export const BoozeDropQuest: Quest = {
offhand: $item`latte lovers member's mug`,
acc1: $item`Kremlin's Greatest Briefcase`,
acc2: $item`Lil' Doctor™ bag`,
familiar: chooseFamiliar(false),
},
limit: { tries: 1 },
},
Expand Down

0 comments on commit ebbe89d

Please sign in to comment.