From 2f450c2331e95ca5dcb245c611968d7cdd310725 Mon Sep 17 00:00:00 2001 From: icextreme <74882450+icextreme@users.noreply.github.com> Date: Tue, 11 Oct 2022 00:21:37 -0700 Subject: [PATCH 1/2] Remove TODO for dog --- src/panel/pets.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panel/pets.ts b/src/panel/pets.ts index 00c1c025..312c11c0 100644 --- a/src/panel/pets.ts +++ b/src/panel/pets.ts @@ -694,7 +694,6 @@ export class Dog extends BasePetType { return '🐶'; } hello(): string { - // TODO: #186 Add a custom message for dog return ` Every dog has its day - and today is woof day! Today I just want to bark. Take me on a walk`; } } From 38696ef11fcc626c0983a3a43a2dcdcde79cb2a1 Mon Sep 17 00:00:00 2001 From: icextreme <74882450+icextreme@users.noreply.github.com> Date: Tue, 11 Oct 2022 00:21:44 -0700 Subject: [PATCH 2/2] Add new pet names --- src/common/names.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/names.ts b/src/common/names.ts index fd13d042..85a04e4a 100644 --- a/src/common/names.ts +++ b/src/common/names.ts @@ -232,6 +232,7 @@ export const CRAB_NAMES: Map = new Map([ [11, 'Crabito'], [12, 'Percy'], [13, 'Rocky'], + [14, 'Mr. Krabs'], ]); export const CLIPPY_NAMES: Map = new Map([ @@ -271,6 +272,7 @@ export const SNAKE_NAMES: Map = new Map([ [7, 'Ruby'], [8, 'Bailey'], [9, 'Max'], + [10, 'Seb'], ]); export const DUCK_NAMES: Map = new Map([ @@ -289,6 +291,7 @@ export const DUCK_NAMES: Map = new Map([ [13, 'Peaches'], [14, 'Quackers'], [15, 'Jelly Beans'], + [16, 'Donald'], ]); export const ZAPPY_NAMES: Map = new Map([