Skip to content

Commit

Permalink
And fix that feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Nov 16, 2023
1 parent 0192fcf commit e67ea1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/leveling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ export const LevelingQuest: Quest = {
{
name: "Pull Some Jacks",
ready: () => args.dopulls,
completed: () => have($item`Tome of Clip Art`) || !have($familiar`Comma Chameleon`),
completed: () => have($skill`Summon Clip Art`) || !have($familiar`Comma Chameleon`),
do: (): void => {
takeStorage($item`box of Familiar Jacks`, 1);
},
Expand Down

0 comments on commit e67ea1a

Please sign in to comment.