summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-24 18:28:40 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-24 18:28:40 +0300
commitbb604b783f5909d068ced29e17a698a37115ebb6 (patch)
tree9ffb791e7ede21177f5377ac18227f7596f7ccee /src/dyetool
parent7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4 (diff)
downloadplus-bb604b783f5909d068ced29e17a698a37115ebb6.tar.gz
plus-bb604b783f5909d068ced29e17a698a37115ebb6.tar.bz2
plus-bb604b783f5909d068ced29e17a698a37115ebb6.tar.xz
plus-bb604b783f5909d068ced29e17a698a37115ebb6.zip
Add chat command /showcart. Also add show cart 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 b1c106c30..f2a7f823b 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -107,5 +107,6 @@ impHandlerVoid(playerCharGmCommands)
impHandlerVoid(commandShowLevel)
impHandlerVoid(commandShowStats)
impHandlerVoid(commandShowStorage)
+impHandlerVoid(commandShowCart)
} // namespace Actions