Add items in inventory
This commit is contained in:
@ -15,6 +15,7 @@ class Player(FightingEntity):
|
||||
level: int = 1
|
||||
current_xp: int = 0
|
||||
max_xp: int = 10
|
||||
inventory: list = list()
|
||||
paths: Dict[Tuple[int, int], Tuple[int, int]]
|
||||
|
||||
def move(self, y: int, x: int) -> None:
|
||||
|
Reference in New Issue
Block a user