summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-item.cc
diff options
context:
space:
mode:
authorpubby <pubby8@gmail.com>2013-06-23 06:40:26 -0500
committerAdam Borowski <kilobyte@angband.pl>2013-09-22 00:30:08 +0200
commit7d7ec048610b4177ede422a42ae9c0ca2752132a (patch)
tree6c60e738306038c873f032c2e46b82067e448cfe /crawl-ref/source/wiz-item.cc
parent20b3437a0c17333189fe5000d03041a3f7b53fda (diff)
downloadcrawl-ref-7d7ec048610b4177ede422a42ae9c0ca2752132a.tar.gz
crawl-ref-7d7ec048610b4177ede422a42ae9c0ca2752132a.zip
Macabre Finger Necklace
A warding amulet that provides you with another ring slot. I rewrote some of the jewellery code, but never re-added the TOUCH_UI code I removed in _prompt_ring_to_remove. Note that octopodes never had TOUCH_UI code for their jewellery in the first place. This should probably be looked at. Also, the player dumps do not show the amulet ring on the top, but I do not consider this a problem.
Diffstat (limited to 'crawl-ref/source/wiz-item.cc')
-rw-r--r--crawl-ref/source/wiz-item.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-item.cc b/crawl-ref/source/wiz-item.cc
index 87d0f8601b..dad069ad29 100644
--- a/crawl-ref/source/wiz-item.cc
+++ b/crawl-ref/source/wiz-item.cc
@@ -1028,7 +1028,8 @@ static void _debug_acquirement_stats(FILE *ostat)
EQ_WEAPON, EQ_BODY_ARMOUR, EQ_SHIELD, EQ_HELMET, EQ_CLOAK,
EQ_GLOVES, EQ_BOOTS, EQ_AMULET, EQ_RIGHT_RING, EQ_LEFT_RING,
EQ_RING_ONE, EQ_RING_TWO, EQ_RING_THREE, EQ_RING_FOUR,
- EQ_RING_FIVE, EQ_RING_SIX, EQ_RING_SEVEN, EQ_RING_EIGHT
+ EQ_RING_FIVE, EQ_RING_SIX, EQ_RING_SEVEN, EQ_RING_EIGHT,
+ EQ_RING_AMULET
};
bool naked = true;