diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-25 20:25:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-25 20:25:03 +0300 |
commit | 64a067458ea169b9ff5b9a78ed1a011da86e8bdf (patch) | |
tree | 0bae841148a69a2bd160b914d3d17ed0b4ac3421 /src/dyetool/actions | |
parent | 704b5b31fea63483c81f0744d88e46a856573424 (diff) | |
download | plus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.gz plus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.bz2 plus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.xz plus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.zip |
Add chat command /killable. 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 a87b76c5e..b1ff43838 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -121,5 +121,6 @@ impHandlerVoid(commandLoadPosition) impHandlerVoid(commandRandomWarp) impHandlerVoid(commandGotoNpc) impHandlerVoid(commandKiller) +impHandlerVoid(commandKillable) } // namespace Actions |