Skip to content

Commit

Permalink
Fix Parka issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Feb 6, 2024
1 parent 0b0f98f commit 9486755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/runstart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ export const RunStartQuest: Quest = {
),
outfit: () => ({
...baseOutfit(false),
shirt: have($item`Jurassic Parka`) ? $item`Jurassic Parka` : undefined,
modifier: `${baseOutfit().modifier}, -equip miniature crystal ball`,
}),
limit: { tries: 1 },
Expand Down

0 comments on commit 9486755

Please sign in to comment.