Skip to content

Commit

Permalink
Merge pull request #153 from jasminejell/patch-1
Browse files Browse the repository at this point in the history
added amelia, crabito, big fella, peaches, quackers and pebble
  • Loading branch information
tonybaloney authored Oct 1, 2022
2 parents 37a7ab1 + 00c45f6 commit 4f8644a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const CAT_NAMES: Map<number, string> = new Map<number, string>([
[105, 'Julia'],
[106, 'Ginger'],
[107, 'Daisy'],
[108, 'Amelia'],
]);

export const DOG_NAMES: Map<number, string> = new Map<number, string>([
Expand Down Expand Up @@ -223,6 +224,7 @@ export const CRAB_NAMES: Map<number, string> = new Map<number, string>([
[8, 'Oscar'],
[9, 'Lucy'],
[10, 'Bailey'],
[11, 'Crabito'],
]);

export const CLIPPY_NAMES: Map<number, string> = new Map<number, string>([
Expand All @@ -249,6 +251,7 @@ export const TOTORO_NAMES: Map<number, string> = new Map<number, string>([
[8, 'Oscar'],
[9, 'Lucy'],
[10, 'Bailey'],
[11, 'Big fella'],
]);

export const SNAKE_NAMES: Map<number, string> = new Map<number, string>([
Expand All @@ -275,6 +278,8 @@ export const DUCK_NAMES: Map<number, string> = new Map<number, string>([
[8, 'Oscar'],
[9, 'Lucy'],
[10, 'Bailey'],
[11, 'Peaches'],
[12, 'Quackers'],
]);

export const ZAPPY_NAMES: Map<number, string> = new Map<number, string>([
Expand All @@ -301,6 +306,7 @@ export const ROCKY_NAMES: Map<number, string> = new Map<number, string>([
[8, 'Big Granite'],
[9, 'Boulder'],
[10, 'Rockefeller'],
[11, 'Pebble'],
]);

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

0 comments on commit 4f8644a

Please sign in to comment.