Skip to content

Commit

Permalink
Merge pull request #203 from Ladam0203/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Oct 7, 2022
2 parents ab1672f + 048f734 commit a4871d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/panel/pets.ts
Expand Up @@ -718,8 +718,7 @@ export class Snake extends BasePetType {
return '🐍';
}
hello(): string {
// TODO: #187 Add a custom message for snake
return ` says hello πŸ‘‹!`;
return `Sss... Oh. Oh my gosh! I'm a snake!`;
}
}

Expand Down Expand Up @@ -768,7 +767,7 @@ export class Clippy extends BasePetType {
}
hello(): string {
// TODO: #188 Add a custom message for clippy
return `Sss... Oh. Oh my gosh! I'm a snake!`;
return ` says hello πŸ‘‹!`;
}
}

Expand Down

0 comments on commit a4871d6

Please sign in to comment.