Skip to content

Commit

Permalink
Fix cave before time (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose authored Nov 28, 2023
1 parent 0b077db commit 4682f4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ export const setup: Quest<ChronerTask> = {
{
name: "Autumn-Aton",
completed: () => AutumnAton.currentlyIn() !== null,
do: () =>
do: () => {
AutumnAton.sendTo(
$locations`Moonshiners' Woods, The Cave Before Time, The Sleazy Back Alley`,
),
)
},
ready: () => AutumnAton.available(),
sobriety: "either",
},
Expand Down

0 comments on commit 4682f4d

Please sign in to comment.