added player carachteristics
This commit is contained in:
parent
f9dcc8f1c1
commit
b1282c107d
|
@ -88,6 +88,11 @@ class FightingEntity(Entity):
|
|||
maxhealth: int
|
||||
health: int
|
||||
strength: int
|
||||
intelligence: int
|
||||
charisma: int
|
||||
dexterity: int
|
||||
constitution: int
|
||||
level: int
|
||||
|
||||
def __init__(self):
|
||||
self.health = self.maxhealth
|
||||
|
|
Loading…
Reference in New Issue