diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-13 15:11:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-13 15:11:52 +0300 |
commit | dff25ba3ef8724b4f26f978df27dec1e337ce23c (patch) | |
tree | 551e6347567274685513076252f2eb8ca8bdd923 /src/input/inputaction.h | |
parent | f5d2d18e9d965e8341ee806293c4d5eb4963a019 (diff) | |
download | mv-dff25ba3ef8724b4f26f978df27dec1e337ce23c.tar.gz mv-dff25ba3ef8724b4f26f978df27dec1e337ce23c.tar.bz2 mv-dff25ba3ef8724b4f26f978df27dec1e337ce23c.tar.xz mv-dff25ba3ef8724b4f26f978df27dec1e337ce23c.zip |
Add chat command for move all except 1 items from inventory to storage.
New command: /invtostorageall1 INDEX
Alias: /invstorageall1 INDEX
Diffstat (limited to 'src/input/inputaction.h')
-rw-r--r-- | src/input/inputaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 2cbfe8ab1..044df1ab1 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -508,6 +508,7 @@ namespace InputAction INV_TO_STORAGE, INV_TO_STORAGE_10, INV_TO_STORAGE_HALF, + INV_TO_STORAGE_ALL_1, TOTAL }; } // namespace InputAction |