Skip to content

Commit

Permalink
Merge pull request #247 from zeepk/zeepk-add-pet-names
Browse files Browse the repository at this point in the history
Added pet names
  • Loading branch information
tonybaloney authored Oct 12, 2022
2 parents 7793e74 + 6ffb354 commit 5720978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export const CAT_NAMES: Map<number, string> = new Map<number, string>([
[106, 'Binx'],
[107, 'Riley'],
[108, 'Lenny'],
[109, 'Mango'],
]);

export const DOG_NAMES: Map<number, string> = new Map<number, string>([
Expand Down Expand Up @@ -216,6 +217,8 @@ export const DOG_NAMES: Map<number, string> = new Map<number, string>([
[103, 'Pumpkin'],
[105, 'Shadow'],
[106, 'Sparky'],
[107, 'Linus'],
[108, 'Cody'],
]);

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

0 comments on commit 5720978

Please sign in to comment.