diff options
author | yenatch <yenatch@gmail.com> | 2013-07-20 22:34:05 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-20 22:34:05 -0400 |
commit | 1ff1a40f60e3ed4f37e7c67c1524c956dca29217 (patch) | |
tree | f3e43581cffe2da9ededf967c7fff3d2b00910be /extras/crystal.py | |
parent | 173f38346c1ccacf24705080227dede70232983f (diff) |
rename second hide_person macro to remove_person
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 4e084b273..f2eb46338 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", |