diff --git a/src/panel/pets.ts b/src/panel/pets.ts index 95e87194..48804451 100644 --- a/src/panel/pets.ts +++ b/src/panel/pets.ts @@ -994,8 +994,7 @@ export class Rocky extends BasePetType { return false; } hello(): string { - // TODO: #194 Add a custom message for rock - return ` says hello 👋!`; + return ` 👋 I'm rock! I always Rock`; } }