Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/BattleMenu.py
diff options
context:
space:
mode:
authorKevin Hockey <blitz@blitzkev.(none)>2010-06-14 20:46:15 (GMT)
committer Kevin Hockey <blitz@blitzkev.(none)>2010-06-14 20:46:15 (GMT)
commit21acc1d469dc2e3e761b4ebec9d988ec4848f7f5 (patch)
tree09b48781364ffa20238a02a7521c23fd02ebc918 /MAFH2/BattleMenu.py
parent8d17b2385b8c04e722d6f3d736a4fb2f5df558ac (diff)
Added sem-functional attack/crit + magic attacks
Diffstat (limited to 'MAFH2/BattleMenu.py')
-rw-r--r--MAFH2/BattleMenu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAFH2/BattleMenu.py b/MAFH2/BattleMenu.py
index 7f84daa..465ee0e 100644
--- a/MAFH2/BattleMenu.py
+++ b/MAFH2/BattleMenu.py
@@ -121,7 +121,7 @@ class BattleMenu(GameEngineElement):
class Menu(object):
def __init__(self, options, cols):
- """Initialise the EzMenu! options should be a sequence of lists in the
+ """Initialize the EzMenu! options should be a sequence of lists in the
format of [option_name, option_function]"""
self.options = options