Skip to content

Commit

Permalink
add: new dog name called 'Ein'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiotlin committed Oct 1, 2022
1 parent a944134 commit 122fb68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export const DOG_NAMES: Map<number, string> = new Map<number, string>([
[96, 'Spot'],
[97, 'Harry'],
[98, 'Bolt'],
[99, 'Ein'],
]);

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

0 comments on commit 122fb68

Please sign in to comment.