diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-25 22:41:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-25 22:41:18 +0300 |
commit | bb0b0d183a4f777653df14f5e003b893e47a9e76 (patch) | |
tree | ff6b0c8038330e88dd7d16688048f208b7a5a5be /src/dyetool/actions | |
parent | 66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1 (diff) | |
download | plus-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/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 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 |