Reduce player vision
This commit is contained in:
parent
e9c8f43e7e
commit
c36e68d6e4
|
@ -21,7 +21,7 @@ class Player(InventoryHolder, FightingEntity):
|
|||
strength: int = 5, intelligence: int = 1, charisma: int = 1,
|
||||
dexterity: int = 1, constitution: int = 1, level: int = 1,
|
||||
current_xp: int = 0, max_xp: int = 10, inventory: list = None,
|
||||
hazel: int = 42, vision: int = 50, *args, **kwargs) \
|
||||
hazel: int = 42, vision: int = 5, *args, **kwargs) \
|
||||
-> None:
|
||||
super().__init__(name=name, maxhealth=maxhealth, strength=strength,
|
||||
intelligence=intelligence, charisma=charisma,
|
||||
|
|
Loading…
Reference in New Issue