Skip to content

Commit

Permalink
Update earlyleveling.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose authored Jul 12, 2024
1 parent 9dfcb75 commit 2a673de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tasks/earlyleveling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,7 @@ export const earlyLevelingQuest: Quest = {
have($effect`Citizen of a Zone`) ||
!have($familiar`Patriotic Eagle`) ||
get("_citizenZone").includes("Madness Bakery") ||
get("_pledgeCheck", false) ||
have($effect`Seeing Red, White and Blue`),
get("_pledgeCheck", false),
do: $location`Madness Bakery`,
combat: new CombatStrategy().macro(
Macro.trySkill($skill`%fn, let's pledge allegiance to a Zone`)
Expand Down

0 comments on commit 2a673de

Please sign in to comment.