Skip to content

Commit

Permalink
added pet names
Browse files Browse the repository at this point in the history
  • Loading branch information
zeepk committed Oct 12, 2022
1 parent 7793e74 commit 6ffb354
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 6ffb354

Please sign in to comment.