summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-goditem.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/spl-goditem.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/spl-goditem.h')
-rw-r--r--crawl-ref/source/spl-goditem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-goditem.h b/crawl-ref/source/spl-goditem.h
index a2f5ca9623..e5021df6e2 100644
--- a/crawl-ref/source/spl-goditem.h
+++ b/crawl-ref/source/spl-goditem.h
@@ -13,7 +13,7 @@ void cast_detect_secret_doors(int pow);
int detect_traps(int pow);
int detect_items(int pow);
int detect_creatures(int pow, bool telepathic = false);
-bool remove_curse(bool suppress_msg);
+bool remove_curse();
bool detect_curse(int scroll, bool suppress_msg);
bool entomb(int pow);