summaryrefslogtreecommitdiff
path: root/src/dyetool/actions
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 21:34:05 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 21:36:40 +0300
commit0b448599f2a1422630e80fbd12f7c6fd9792460e (patch)
tree835ad05cc868af0255d97995968bbafa9594eb93 /src/dyetool/actions
parent3fe3a77e1ae0db748a8a0b8d500db24a6a964b44 (diff)
downloadplus-0b448599f2a1422630e80fbd12f7c6fd9792460e.tar.gz
plus-0b448599f2a1422630e80fbd12f7c6fd9792460e.tar.bz2
plus-0b448599f2a1422630e80fbd12f7c6fd9792460e.tar.xz
plus-0b448599f2a1422630e80fbd12f7c6fd9792460e.zip
Add chat command /alive. Also add it to player context menu.
Diffstat (limited to 'src/dyetool/actions')
-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 5473ee04e..9908193f4 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -123,5 +123,6 @@ impHandlerVoid(commandGotoNpc)
impHandlerVoid(commandKiller)
impHandlerVoid(commandKillable)
impHandlerVoid(commandHeal)
+impHandlerVoid(commandAlive)
} // namespace Actions