summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 22:41:18 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 22:41:18 +0300
commitbb0b0d183a4f777653df14f5e003b893e47a9e76 (patch)
treeff6b0c8038330e88dd7d16688048f208b7a5a5be /src/dyetool
parent66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1 (diff)
downloadplus-bb0b0d183a4f777653df14f5e003b893e47a9e76.tar.gz
plus-bb0b0d183a4f777653df14f5e003b893e47a9e76.tar.bz2
plus-bb0b0d183a4f777653df14f5e003b893e47a9e76.tar.xz
plus-bb0b0d183a4f777653df14f5e003b893e47a9e76.zip
Add chat command /nuke. Also add it to player 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 5debac3d0..9028e6ec4 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -127,5 +127,6 @@ impHandlerVoid(commandAlive)
impHandlerVoid(commandDisguise)
impHandlerVoid(commandImmortal)
impHandlerVoid(commandHide)
+impHandlerVoid(commandNuke)
} // namespace Actions