Skip to content

Commit

Permalink
Try Chest X-Ray early.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Oct 19, 2023
1 parent 12d48d5 commit d0bb514
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tasks/earlyleveling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ export const earlyLevelingQuest: Quest = {
.default()
).abort()
),
outfit: () => ({
...baseOutfit,
acc2: have($item`Lil' Doctor™ bag`) ? $item`Lil' Doctor™ bag` : undefined,
}),
post: () => sellMiscellaneousItems(),
limit: { tries: 1 },
},
Expand Down Expand Up @@ -349,6 +353,7 @@ export const earlyLevelingQuest: Quest = {
outfit: () => ({
...baseOutfit,
familiar: $familiar`Patriotic Eagle`,
acc2: have($item`Lil' Doctor™ bag`) ? $item`Lil' Doctor™ bag` : undefined,
}),
post: () => sellMiscellaneousItems(),
limit: { tries: 1 },
Expand Down

0 comments on commit d0bb514

Please sign in to comment.