Skip to content

Commit

Permalink
Merge pull request #166 from slayeh17/patch-1
Browse files Browse the repository at this point in the history
Removed some un-dog-like names
  • Loading branch information
tonybaloney authored Oct 1, 2022
2 parents 6520365 + 3102e71 commit b94eabb
Showing 1 changed file with 65 additions and 69 deletions.
134 changes: 65 additions & 69 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,75 +134,71 @@ export const DOG_NAMES: Map<number, string> = new Map<number, string>([
[31, 'Bonnie'],
[32, 'Pepper'],
[33, 'Lily'],
[34, 'Tilly'],
[35, 'Leo'],
[36, 'Maggie'],
[37, 'George'],
[38, 'Mia'],
[39, 'Marley'],
[40, 'Harley'],
[41, 'Chloe'],
[42, 'Lulu'],
[43, 'Missy'],
[44, 'Jasper'],
[45, 'Billy'],
[46, 'Nala'],
[47, 'Monty'],
[48, 'Ziggy'],
[49, 'Winston'],
[50, 'Zeus'],
[51, 'Zoe'],
[52, 'Stella'],
[53, 'Sasha'],
[54, 'Rusty'],
[55, 'Gus'],
[56, 'Baxter'],
[57, 'Dexter'],
[58, 'Diesel'],
[59, 'Willow'],
[60, 'Barney'],
[61, 'Bruno'],
[62, 'Penny'],
[63, 'Honey'],
[64, 'Milly'],
[65, 'Murphy'],
[67, 'Holly'],
[68, 'Benji'],
[69, 'Henry'],
[70, 'Lilly'],
[71, 'Pippa'],
[72, 'Shadow'],
[73, 'Sam'],
[74, 'Buster'],
[75, 'Lucky'],
[76, 'Ellie'],
[77, 'Duke'],
[78, 'Jessie'],
[79, 'Cookie'],
[80, 'Harvey'],
[81, 'Bruce'],
[82, 'Jax'],
[83, 'Rex'],
[84, 'Louie'],
[85, 'Bentley'],
[86, 'Jet'],
[87, 'Banjo'],
[88, 'Beau'],
[89, 'Ella'],
[90, 'Ralph'],
[91, 'Loki'],
[92, 'Lexi'],
[93, 'Chester'],
[94, 'Sophie'],
[95, 'Chilli'],
[96, 'Billie'],
[97, 'Louis'],
[98, 'Scout'],
[99, 'Charlie'],
[100, 'Cleo'],
[102, 'Spot'],
[103, 'Harry'],
[104, 'Bolt'],
[34, 'Leo'],
[35, 'Maggie'],
[36, 'George'],
[37, 'Mia'],
[38, 'Marley'],
[39, 'Harley'],
[40, 'Chloe'],
[41, 'Lulu'],
[42, 'Jasper'],
[43, 'Billy'],
[44, 'Nala'],
[45, 'Monty'],
[46, 'Ziggy'],
[47, 'Winston'],
[48, 'Zeus'],
[49, 'Zoe'],
[50, 'Stella'],
[51, 'Sasha'],
[52, 'Rusty'],
[53, 'Gus'],
[54, 'Baxter'],
[55, 'Dexter'],
[56, 'Diesel'],
[57, 'Willow'],
[58, 'Barney'],
[59, 'Bruno'],
[60, 'Penny'],
[61, 'Honey'],
[62, 'Milly'],
[63, 'Murphy'],
[64, 'Holly'],
[65, 'Benji'],
[66, 'Henry'],
[67, 'Lilly'],
[68, 'Pippa'],
[69, 'Shadow'],
[70, 'Sam'],
[71, 'Buster'],
[72, 'Lucky'],
[73, 'Ellie'],
[74, 'Duke'],
[75, 'Jessie'],
[76, 'Cookie'],
[77, 'Harvey'],
[78, 'Bruce'],
[79, 'Jax'],
[80, 'Rex'],
[81, 'Louie'],
[82, 'Bentley'],
[83, 'Jet'],
[84, 'Banjo'],
[85, 'Beau'],
[86, 'Ella'],
[87, 'Ralph'],
[88, 'Loki'],
[89, 'Lexi'],
[90, 'Chester'],
[91, 'Sophie'],
[92, 'Billie'],
[93, 'Louis'],
[94, 'Charlie'],
[95, 'Cleo'],
[96, 'Spot'],
[97, 'Harry'],
[98, 'Bolt'],
]);

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

0 comments on commit b94eabb

Please sign in to comment.