Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/BattleEngine.py
diff options
context:
space:
mode:
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'