Skip to content

Commit

Permalink
Fixed voters
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Oct 17, 2023
1 parent 4b15008 commit 3ae35d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/runstart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export const RunStartQuest: Quest = {
},
{
name: "Vote!",
completed: () => have($item`"I Voted!" sticker`),
completed: () => have($item`"I Voted!" sticker`) || !get("voteAlways"),
do: (): void => {
visitUrl("place.php?whichplace=town_right&action=townright_vote");
visitUrl(
Expand Down

0 comments on commit 3ae35d1

Please sign in to comment.