Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH.activity/Hero.py
diff options
context:
space:
mode:
authoresk7610 <esk7610@rit.edu>2010-02-12 19:59:24 (GMT)
committer esk7610 <esk7610@rit.edu>2010-02-12 19:59:24 (GMT)
commite7b395c6c4e6ba18f23e722b3620cb55f342de63 (patch)
tree2d499bf4789a2bc67350164ddb78b42048f76d89 /MAFH.activity/Hero.py
parent5947ae901c09bd44e543460b9f2062bccd008ea6 (diff)
Difficulty scaling implemented (not tested for fl0w), Menu doesn't crash
Diffstat (limited to 'MAFH.activity/Hero.py')
-rw-r--r--MAFH.activity/Hero.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAFH.activity/Hero.py b/MAFH.activity/Hero.py
index c61af1b..0e17b32 100644
--- a/MAFH.activity/Hero.py
+++ b/MAFH.activity/Hero.py
@@ -76,7 +76,7 @@ class Hero(Actor):
else:
self.player.migrateMessages("You are already at full health")
if self.HP>self.MHP:
- self.player.HP=self.player.MHP
+ self.HP=self.MHP
#remove item from equipment