Some translations were missing concerning sunflowers, fixes #44
This commit is contained in:
@ -43,8 +43,10 @@ class Sunflower(FriendlyEntity):
|
||||
"""
|
||||
A friendly sunflower
|
||||
"""
|
||||
dialogue_option = [_("Flower power!!"), _("The sun is warm today")]
|
||||
|
||||
def __init__(self, maxhealth: int = 15,
|
||||
*args, **kwargs) -> None:
|
||||
super().__init__(name="sunflower", maxhealth=maxhealth, *args, **kwargs)
|
||||
|
||||
@property
|
||||
def dialogue_option(self):
|
||||
return [_("Flower power!!"), _("The sun is warm today")]
|
||||
|
Reference in New Issue
Block a user