Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/Profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'MAFH2/Profile.py')
-rw-r--r--MAFH2/Profile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAFH2/Profile.py b/MAFH2/Profile.py
index 5f28589..5f801c0 100644
--- a/MAFH2/Profile.py
+++ b/MAFH2/Profile.py
@@ -2,6 +2,7 @@ import pygame
from GameEngine import GameEngineElement
from constants import MENU_PATH, NORTH, SOUTH, EAST, WEST, RIGHT, LEFT
+from Hero import Hero
from gettext import gettext as _
@@ -12,6 +13,7 @@ class Profile(GameEngineElement):
self.dungeon_id = "al1.txt"
self.position = (-1, -1)
self.playerFacing=NORTH
+ self.hero = Hero()
# 4 types of stats and difficulties
self.problem_stats = {}