Skip to content

Commit

Permalink
Merge pull request #208 from akk312000/master
Browse files Browse the repository at this point in the history
Added Crab Message
  • Loading branch information
tonybaloney authored Oct 9, 2022
2 parents 90e3dfe + 120f1ca commit 76f5f63
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 @@ -945,8 +945,7 @@ export class Crab extends BasePetType {
return '🦀';
}
hello(): string {
// TODO: #192 Add a custom message for crab
return ` says hello 👋!`;
return ` Hi, I'm Crabsolutely Clawsome Crab 👋!`;
}
}

Expand Down

0 comments on commit 76f5f63

Please sign in to comment.