Add waiting key, fixes #16

This commit is contained in:
Yohann D'ANELLO
2020-12-12 18:12:37 +01:00
parent 5eefe1937a
commit 7971a1f70e
9 changed files with 90 additions and 62 deletions

View File

@ -48,5 +48,5 @@ class Sunflower(FriendlyEntity):
super().__init__(name="sunflower", maxhealth=maxhealth, *args, **kwargs)
@property
def dialogue_option(self):
def dialogue_option(self) -> list:
return [_("Flower power!!"), _("The sun is warm today")]