Skip to content

Commit

Permalink
void
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinn authored Nov 28, 2023
1 parent 4682f4d commit 3bd2cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const setup: Quest<ChronerTask> = {
{
name: "Autumn-Aton",
completed: () => AutumnAton.currentlyIn() !== null,
do: () => {
do: (): void => {
AutumnAton.sendTo(
$locations`Moonshiners' Woods, The Cave Before Time, The Sleazy Back Alley`,
)
Expand Down

0 comments on commit 3bd2cc8

Please sign in to comment.