diff --git a/player.py b/player.py index f6eed52..e1adbde 100644 --- a/player.py +++ b/player.py @@ -1,7 +1,7 @@ from wands import Wand from spells import * -MAX_PLAYER_HEALTH = 500 +MAX_PLAYER_HEALTH = 1000 class Player: def __init__(self, name: str, wand: Wand):