summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 21:54:31 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 21:54:31 +0300
commitf8423bd2d31ac4da409cabdc84fa2e3962336103 (patch)
treedf71e84fae1ba7bdabea1c2de1f69db7881f4771 /src/dyetool
parent0b448599f2a1422630e80fbd12f7c6fd9792460e (diff)
downloadplus-f8423bd2d31ac4da409cabdc84fa2e3962336103.tar.gz
plus-f8423bd2d31ac4da409cabdc84fa2e3962336103.tar.bz2
plus-f8423bd2d31ac4da409cabdc84fa2e3962336103.tar.xz
plus-f8423bd2d31ac4da409cabdc84fa2e3962336103.zip
Add chat command /disguise. Also add it to player context menu.
Diffstat (limited to 'src/dyetool')
-rw-r--r--src/dyetool/actions/commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp
index 9908193f4..9069ee00a 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -124,5 +124,6 @@ impHandlerVoid(commandKiller)
impHandlerVoid(commandKillable)
impHandlerVoid(commandHeal)
impHandlerVoid(commandAlive)
+impHandlerVoid(commandDisguise)
} // namespace Actions