summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-12 00:59:15 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-12 00:59:15 -0500
commit3f5955b453e479f3594c04105092337bd191f84a (patch)
treeba0291776affa640700faef39b644e0352b3f0d1
parentfeab0b56bc77e7788c93e5f16592470dcd8ded60 (diff)
apply_movement_command classes doesn't exist
-rw-r--r--extras/crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index e3f447139..28019888c 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -2017,7 +2017,7 @@ class ApplyMovementData:
# this is almost an exact copy of Script.parse
# with the exception of using text_command_classes instead of command_classes
def parse(self):
- global apply_movement_command_classes, script_parse_table
+ global movement_command_classes, script_parse_table
address = self.address
# i feel like checking myself