Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Oct 1, 2022
2 parents e233aad + 4f8644a commit 3347d8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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 @@ -172,7 +173,6 @@ export const DOG_NAMES: Map<number, string> = new Map<number, string>([
[63, 'Honey'],
[64, 'Milly'],
[65, 'Murphy'],
[66, 'Simba'],
[67, 'Holly'],
[68, 'Benji'],
[69, 'Henry'],
Expand Down Expand Up @@ -224,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 @@ -250,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 Down Expand Up @@ -278,6 +280,8 @@ export const DUCK_NAMES: Map<number, string> = new Map<number, string>([
[10, 'Bailey'],
[11, 'Beaky'],
[12, 'Jemima'],
[13, 'Peaches'],
[14, 'Quackers'],
]);

export const ZAPPY_NAMES: Map<number, string> = new Map<number, string>([
Expand Down Expand Up @@ -305,6 +309,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 3347d8d

Please sign in to comment.