Skip to content

Commit

Permalink
Merge pull request #174 from Chirag-18/new-branch
Browse files Browse the repository at this point in the history
added Maddy as Dog and Jelly Beans as Duck
  • Loading branch information
tonybaloney authored Oct 4, 2022
2 parents ab12ac8 + 44f38b9 commit 161e2eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export const DOG_NAMES: Map<number, string> = new Map<number, string>([
[97, 'Harry'],
[98, 'Bolt'],
[99, 'Ein'],
[100, 'Maddy'],
]);

export const CRAB_NAMES: Map<number, string> = new Map<number, string>([
Expand Down Expand Up @@ -271,6 +272,7 @@ export const DUCK_NAMES: Map<number, string> = new Map<number, string>([
[12, 'Jemima'],
[13, 'Peaches'],
[14, 'Quackers'],
[15, 'Jelly Beans'],
]);

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

0 comments on commit 161e2eb

Please sign in to comment.