Skip to content

Commit

Permalink
Merge pull request #201 from mehraankush/rock-message
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Oct 7, 2022
2 parents 489c33e + 62c76e7 commit f6da8ba
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 @@ -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`;
}
}

Expand Down

0 comments on commit f6da8ba

Please sign in to comment.