Skip to content

Commit

Permalink
Merge branch 'main' into more-automated-future-stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Dec 4, 2023
2 parents 4276a0c + 7fc0895 commit ecd7082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/future.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const future: ChronerQuest = {
);
},
combat: new ChronerStrategy(() =>
Macro.seeMoreOf(monster).standardCombat(),
Macro.step("pickpocket").seeMoreOf(monster).standardCombat(),
),
sobriety: "either",
},
Expand Down

0 comments on commit ecd7082

Please sign in to comment.