diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-25 19:05:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-25 19:05:31 +0300 |
commit | 77392dfa39913e4d6c51934deab51088da878e7a (patch) | |
tree | a6f56d693f5847a22e1514d17f7752798b84597b /src/dyetool/actions | |
parent | 4eb67aee829ba4f7b59d5a8f885a472d843e679a (diff) | |
download | plus-77392dfa39913e4d6c51934deab51088da878e7a.tar.gz plus-77392dfa39913e4d6c51934deab51088da878e7a.tar.bz2 plus-77392dfa39913e4d6c51934deab51088da878e7a.tar.xz plus-77392dfa39913e4d6c51934deab51088da878e7a.zip |
Add chat command /randomwarp. Also add it to player context menu.
Diffstat (limited to 'src/dyetool/actions')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp index 3f6254053..2b09fc90a 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -118,5 +118,6 @@ impHandlerVoid(commandSpawnSlaveClone) impHandlerVoid(commandSpawnEvilClone) impHandlerVoid(commandSavePosition) impHandlerVoid(commandLoadPosition) +impHandlerVoid(commandRandomWarp) } // namespace Actions |