diff --git a/src/panel/pets.ts b/src/panel/pets.ts index a72eeeec..d3336860 100644 --- a/src/panel/pets.ts +++ b/src/panel/pets.ts @@ -663,7 +663,7 @@ export class Dog extends BasePetType { } hello(): string { // TODO: #186 Add a custom message for dog - return ` says hello 👋!`; + return ` Every dog has its day - and today is woof day! Today I just want to bark. Take me on a walk`; } }