Add waiting key, fixes #16
This commit is contained in:
@ -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")]
|
||||
|
Reference in New Issue
Block a user