Skip to content

Commit

Permalink
Merge pull request #129 from loathers/numberology-fix
Browse files Browse the repository at this point in the history
frat warrior is 51, not 151
  • Loading branch information
phulin authored Nov 13, 2024
2 parents ab0482c + 4fb8731 commit 1886fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/resources/skill/Numberology.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const Numberology = () => {

if (!haveOutfit("Frat Warrior Fatigues") && !questFinished("questL12War")) {
desiredDigits.push({
digit: 151,
digit: 51,
reason: "frat warrior outfit (fight 151st infantryman)",
});
}
Expand Down

0 comments on commit 1886fa2

Please sign in to comment.