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