Skip to content

Commit

Permalink
Stations fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Jan 11, 2024
1 parent aabedeb commit 6294bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/earlyleveling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const earlyLevelingQuest: Quest = {
{
name: "Configure Trainset",
after: ["Install Trainset"],
completed: () => TrainSet.cycle() === stations,
completed: () => TrainSet.cycle().toString === stations.toString,
do: (): void => {
const offset = get("trainsetPosition") % 8;
const newStations: TrainSet.Station[] = [];
Expand Down

0 comments on commit 6294bf0

Please sign in to comment.