summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-04-01 15:03:54 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-04-01 20:25:28 +0200
commit6ec114fd5e1c51af58f0003a9a65b6d32435bf5c (patch)
tree5ec4f24ba92b79a8c228d45c3ff0a2e618b83804 /crawl-ref/source/invent.h
parent6c60ecaa9e6c72b1a2a101ac34baf4c322505e64 (diff)
downloadcrawl-ref-6ec114fd5e1c51af58f0003a9a65b6d32435bf5c.tar.gz
crawl-ref-6ec114fd5e1c51af58f0003a9a65b6d32435bf5c.zip
Allow Ashenzarites to choose which piece of armour/jewellery to curse.
Only once the scroll is known. They can also cancel it and it does automatically if you're not wearing any elligible item. Non-Ash worshippers can still use them any time to victory dance spellcasting.
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 150ba843da..d097c524cd 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -30,6 +30,8 @@ enum object_selector
OSEL_FRUIT = -13,
OSEL_PONDER_ARM = -14,
OSEL_CURSED_WORN = -15,
+ OSEL_UNCURSED_WORN_ARMOUR = -16,
+ OSEL_UNCURSED_WORN_JEWELLERY = -17
};
#define SLOT_BARE_HANDS -2