summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-28 23:24:54 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-28 23:24:54 +0300
commita7f88de7bbea019bf443da0aa31b03d2273739df (patch)
treefd42726656766b6fb6b6b256105be7633e3a7372 /src/dyetool
parenta240a48c1e2c3abb240f5957d949a7b6b1753ca5 (diff)
downloadplus-a7f88de7bbea019bf443da0aa31b03d2273739df.tar.gz
plus-a7f88de7bbea019bf443da0aa31b03d2273739df.tar.bz2
plus-a7f88de7bbea019bf443da0aa31b03d2273739df.tar.xz
plus-a7f88de7bbea019bf443da0aa31b03d2273739df.zip
Add chat command /hidenpc. Also add it to npc 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 4d8906489..d458e21ab 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -132,5 +132,6 @@ impHandlerVoid(commandKill)
impHandlerVoid(commandJail)
impHandlerVoid(commandUnjail)
impHandlerVoid(commandNpcMove)
+impHandlerVoid(commandNpcHide)
} // namespace Actions