Test merchants
This commit is contained in:
@ -16,7 +16,7 @@ class Merchant(FriendlyEntity):
|
||||
"""
|
||||
Returns a friendly entitie's specific attributes
|
||||
"""
|
||||
return ["maxhealth", "health", "inventory", "hazel"]
|
||||
return super().keys() + ["inventory", "hazel"]
|
||||
|
||||
def __init__(self, name: str = "merchant", inventory: list = None,
|
||||
hazel: int = 75, *args, **kwargs):
|
||||
|
Reference in New Issue
Block a user