Skip to content

Commit

Permalink
Merge pull request #245 from Technickel-Dev/add-crab-names
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Oct 12, 2022
2 parents cff9e5b + be20e15 commit 7793e74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,15 @@ export const CRAB_NAMES: Map<number, string> = new Map<number, string>([
[12, 'Percy'],
[13, 'Rocky'],
[14, 'Mr. Krabs'],
[15, 'Shelly'],
[16, 'Santa Claws'],
[17, 'Clawdia'],
[18, 'Scuttle'],
[19, 'Snappy'],
[20, 'Hermit'],
[21, 'Horseshoe'],
[22, 'Snapper'],
[23, 'Coconut'],
]);

export const CLIPPY_NAMES: Map<number, string> = new Map<number, string>([
Expand Down

0 comments on commit 7793e74

Please sign in to comment.