diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-25 22:09:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-25 22:09:53 +0300 |
commit | 46f4e5fb5c77d01de334e059b88837f8c7fe1f3e (patch) | |
tree | 3d20a6b2902e70caeedde5afcb65d0cb5913e69a /src/dyetool | |
parent | f8423bd2d31ac4da409cabdc84fa2e3962336103 (diff) | |
download | plus-46f4e5fb5c77d01de334e059b88837f8c7fe1f3e.tar.gz plus-46f4e5fb5c77d01de334e059b88837f8c7fe1f3e.tar.bz2 plus-46f4e5fb5c77d01de334e059b88837f8c7fe1f3e.tar.xz plus-46f4e5fb5c77d01de334e059b88837f8c7fe1f3e.zip |
Add chat command /immortal. Also add it to player context menu.
Diffstat (limited to 'src/dyetool')
-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 9069ee00a..c885e7c48 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -125,5 +125,6 @@ impHandlerVoid(commandKillable) impHandlerVoid(commandHeal) impHandlerVoid(commandAlive) impHandlerVoid(commandDisguise) +impHandlerVoid(commandImmortal) } // namespace Actions |