-
-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Duck Message #206
Added Duck Message #206
Conversation
Solves Issue #190 @tonybaloney |
@akk312000 I think we should implement a list of several messages, instead of using only one message per pet. And we can randomize it. wdyt @tonybaloney ? |
Seems like a great idea to me @rosdyana , would still prefer @tonybaloney's inputs here. |
I like the idea. please suggest it in the issues list. I'll merge this for now. |
src/panel/pets.ts
Outdated
@@ -816,7 +816,7 @@ export class RubberDuck extends BasePetType { | |||
} | |||
hello(): string { | |||
// TODO: #190 Add a custom message for duck | |||
return ` says hello 👋!`; | |||
return ` Hi, I'm Donald Duck and I love to Quack around 👋!`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm gonna leave this as "I love to quack around", because it'll be confusing to have the name of the duck and then a message saying they're called Donald Duck
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay
Added Custom message for Duck Pet