From 86ced6300d7dda32b79e0822d7b3759341bdec08 Mon Sep 17 00:00:00 2001 From: Durel Date: Fri, 16 Feb 2018 18:11:16 -0500 Subject: [PATCH] Version 2.0037 1) Fixed GMCP config support on older (r1825) mush builds that could not natively handle it 2) Added @Gdinv ignore list@W option to report which (if any) locations are currently ignored 3) The @Cconsume@W mode now actually ignores ignored containers 4) The @Cconsume@W mode now supports wands and staves. Using one is interpreted as getting it and holding it. --- aard_inventory.changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index 74e926c..d70e677 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -1,6 +1,23 @@ dbot.changelog = {} +dbot.changelog[2.0037] = +{ + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed GMCP config support on older (r1825) mush builds that could not natively handle it]] + }, + { change = drlDbotChangeLogTypeNew, + desc = [[Added @Gdinv ignore list@W option to report which (if any) locations are currently ignored]] + }, + { change = drlDbotChangeLogTypeFix, + desc = [[The @Cconsume@W mode now actually ignores ignored containers]] + }, + { change = drlDbotChangeLogTypeNew, + desc = [[The @Cconsume@W mode now supports wands and staves. Using one is interpreted as getting it + and holding it.]] + } +} + dbot.changelog[2.0036] = { { change = drlDbotChangeLogTypeNew,