Skip to content

Commit

Permalink
Merge pull request #199 from batunpc/issue#184-totoro
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Oct 7, 2022
2 parents 4bc559e + db8505b commit 489c33e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/panel/pets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,7 @@ export class Totoro extends BasePetType {
return '🐾';
}
hello(): string {
// TODO: #184 Add a custom message for this pe
return ` says hello 👋!`;
return `Try Laughing. Then Whatever Scares You Will Go Away. 🎭`;
}
}
export class Cat extends BasePetType {
Expand Down

0 comments on commit 489c33e

Please sign in to comment.