From 42d8d07399655f768c9547ed3f47f39623856291 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 22 Feb 2009 21:03:01 +0000 Subject: Fix 2603266: Additional '(' needed for cycling ammo after emptying the previously quivered stack. FR 2594741: Make ')' cycle quiver backwards. The previous behaviour has been moved to '}'. The equipped inventory listing ']' now also includes the quivered item(s). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9164 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/cmd-name.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/cmd-name.h') diff --git a/crawl-ref/source/cmd-name.h b/crawl-ref/source/cmd-name.h index 71845c40e6..ec1176d372 100644 --- a/crawl-ref/source/cmd-name.h +++ b/crawl-ref/source/cmd-name.h @@ -49,6 +49,7 @@ {CMD_WEAR_JEWELLERY, "CMD_WEAR_JEWELLERY"}, {CMD_REMOVE_JEWELLERY, "CMD_REMOVE_JEWELLERY"}, {CMD_CYCLE_QUIVER_FORWARD, "CMD_CYCLE_QUIVER_FORWARD"}, +{CMD_CYCLE_QUIVER_BACKWARD, "CMD_CYCLE_QUIVER_BACKWARD"}, {CMD_LIST_WEAPONS, "CMD_LIST_WEAPONS"}, {CMD_LIST_ARMOUR, "CMD_LIST_ARMOUR"}, {CMD_LIST_JEWELLERY, "CMD_LIST_JEWELLERY"}, -- cgit v1.2.3-54-g00ecf