Skip to content

Commit

Permalink
Merge pull request #155 from MerryHoppins/master
Browse files Browse the repository at this point in the history
I added Jemima, Bolty and Beaky
  • Loading branch information
tonybaloney authored Oct 1, 2022
2 parents 4f8644a + 3347d8d commit 9394f1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,10 @@ export const DUCK_NAMES: Map<number, string> = new Map<number, string>([
[8, 'Oscar'],
[9, 'Lucy'],
[10, 'Bailey'],
[11, 'Peaches'],
[12, 'Quackers'],
[11, 'Beaky'],
[12, 'Jemima'],
[13, 'Peaches'],
[14, 'Quackers'],
]);

export const ZAPPY_NAMES: Map<number, string> = new Map<number, string>([
Expand All @@ -293,6 +295,7 @@ export const ZAPPY_NAMES: Map<number, string> = new Map<number, string>([
[8, 'Little z'],
[9, 'The Flash'],
[10, 'Thor'],
[11, 'Electric Bolt'],
]);

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

0 comments on commit 9394f1f

Please sign in to comment.