summaryrefslogtreecommitdiff
path: root/src/dyetool/actions
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 20:42:50 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 20:42:50 +0300
commit3fe3a77e1ae0db748a8a0b8d500db24a6a964b44 (patch)
treeaebc36f17eeb2d5ecf675bd3d424f5558422ec60 /src/dyetool/actions
parent64a067458ea169b9ff5b9a78ed1a011da86e8bdf (diff)
downloadplus-3fe3a77e1ae0db748a8a0b8d500db24a6a964b44.tar.gz
plus-3fe3a77e1ae0db748a8a0b8d500db24a6a964b44.tar.bz2
plus-3fe3a77e1ae0db748a8a0b8d500db24a6a964b44.tar.xz
plus-3fe3a77e1ae0db748a8a0b8d500db24a6a964b44.zip
Add chat command /gmheal. 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 b1ff43838..5473ee04e 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -122,5 +122,6 @@ impHandlerVoid(commandRandomWarp)
impHandlerVoid(commandGotoNpc)
impHandlerVoid(commandKiller)
impHandlerVoid(commandKillable)
+impHandlerVoid(commandHeal)
} // namespace Actions