summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-11 02:29:59 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-11 02:31:25 +0200
commit096f8a9cbb5953a17d1d1a3e2bfb9b6d231ceada (patch)
tree20bd1828e887a59557823b399040baf199e30475 /crawl-ref/source/invent.h
parent0517cb2b0f9974d0013d5f24862169b9b0512812 (diff)
downloadcrawl-ref-096f8a9cbb5953a17d1d1a3e2bfb9b6d231ceada.tar.gz
crawl-ref-096f8a9cbb5953a17d1d1a3e2bfb9b6d231ceada.zip
Ashenzari: for scrolls of Remove Curse, ask for a set of worn items to uncurse.
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index b3e865c5d2..056f418a75 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -30,6 +30,7 @@ enum object_selector
OSEL_WORN_ARMOUR = -12,
OSEL_FRUIT = -13,
OSEL_PONDER_ARM = -14,
+ OSEL_CURSED_WORN = -15,
};
#define PROMPT_ABORT -1