Skip to content

Commit

Permalink
Add 9 new crab names
Browse files Browse the repository at this point in the history
  • Loading branch information
Technickel-Dev committed Oct 12, 2022
1 parent 4ec6f35 commit 9f20d35
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 9f20d35

Please sign in to comment.