diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-26 11:50:30 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-26 11:50:30 -0500 |
commit | c61b3d42ad4e88b32e9c321b7fcc559ec0220e64 (patch) | |
tree | eba145aa3ec6cc1216604b953dfe2bdce6e94dd2 /extras/crystal.py | |
parent | 5098ed740d35d4f2a2d5414f309bf25e754e189c (diff) | |
parent | 76fe7c5aa1b93a6d03280ad54f411e351dd0abc2 (diff) |
Merge remote-tracking branch 'yenatch/merge-kanzure-again' into master
Diffstat (limited to 'extras/crystal.py')
-rw-r--r-- | extras/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index 66eac4770..d4082c46b 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -1993,7 +1993,7 @@ movement_command_bases = { 0x45: "accelerate_last", 0x46: ["step_sleep", ["duration", DecimalParam]], 0x47: "step_end", - 0x49: "hide_person", + 0x49: "remove_person", # do these next two have any params ?? 0x4C: "teleport_from", |