Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/BattleEngine.py
diff options
context:
space:
mode:
authorjlew <jlew.blackout@gmail.com>2010-07-01 23:00:39 (GMT)
committer jlew <jlew.blackout@gmail.com>2010-07-01 23:00:39 (GMT)
commit64717425e9dc142e4af22f4e78d820d0e1f00acb (patch)
tree2dd97b40ebc8134d84783244073c7d8ba3b7e17c /MAFH2/BattleEngine.py
parent747c5f37d15d61608affc3b6db2ea0081bd66103 (diff)
parentc970037004294b16632f0615a6edafa05ca73a11 (diff)
Merge branch 'master' of ssh://git.fedorahosted.org/git/fortune_hunter
Diffstat (limited to 'MAFH2/BattleEngine.py')
-rw-r--r--MAFH2/BattleEngine.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAFH2/BattleEngine.py b/MAFH2/BattleEngine.py
index e7d08d8..fe79d22 100644
--- a/MAFH2/BattleEngine.py
+++ b/MAFH2/BattleEngine.py
@@ -25,6 +25,7 @@ class BattleEngine(GameEngineElement):
self.enemy_list = []
self.magic_list = []
+ self.spellType = 0 #0 = non, 1-4 are spells in order
self.isMagic = False
self.state = PLAYER_WAIT
self.player_input = '0'