diff --git a/src/panel/pets.ts b/src/panel/pets.ts index 00c1c025..34f4b0f0 100644 --- a/src/panel/pets.ts +++ b/src/panel/pets.ts @@ -896,7 +896,7 @@ export class Cockatiel extends BasePetType { } hello(): string { // TODO: #191 Add a custom message for cockatiel - return ` says hello 👋!`; + return ` Hello, I'm a good bird 👋!`; } }