Skip to content

Commit

Permalink
Merge pull request #217 from shawnspears/add-spooky-names
Browse files Browse the repository at this point in the history
Add halloween themed cat and dog names
  • Loading branch information
tonybaloney authored Oct 9, 2022
2 parents 6cf6a8d + 8ed7cb9 commit c854c06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ export const CAT_NAMES: Map<number, string> = new Map<number, string>([
[98, 'Daisy'],
[99, 'Amelia'],
[100, 'Oliver'],
[101, 'Ghost'],
[102, 'Midnight'],
[103, 'Pumpkin'],
[105, 'Shadow'],
[106, 'Binx'],
]);

export const DOG_NAMES: Map<number, string> = new Map<number, string>([
Expand Down Expand Up @@ -204,6 +209,11 @@ export const DOG_NAMES: Map<number, string> = new Map<number, string>([
[98, 'Bolt'],
[99, 'Ein'],
[100, 'Maddy'],
[101, 'Ghost'],
[102, 'Midnight'],
[103, 'Pumpkin'],
[105, 'Shadow'],
[106, 'Sparky'],
]);

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

0 comments on commit c854c06

Please sign in to comment.