Monsters are hedgehogs 🦔
This commit is contained in:
@ -2,6 +2,7 @@ from ..interfaces import FightingEntity
|
||||
|
||||
|
||||
class Player(FightingEntity):
|
||||
name = "player"
|
||||
maxhealth: int = 20
|
||||
strength: int = 5
|
||||
intelligence: int = 1
|
||||
|
Reference in New Issue
Block a user