summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2014-04-10 00:51:14 +0200
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-13 23:41:47 -0700
commitfb1f07938f338f48beaa5f386ca8431d4474e460 (patch)
treef78cf96874bbafdf75f2a9bb18741750fe312548 /crawl-ref/source/itemprop.h
parent3832802e78ab0fb923eb014c907b8b8fbc1f9715 (diff)
downloadcrawl-ref-fb1f07938f338f48beaa5f386ca8431d4474e460.tar.gz
crawl-ref-fb1f07938f338f48beaa5f386ca8431d4474e460.zip
Simplify some code now that slaying only uses item.plus
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 7473163ceb..38b6816abf 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -135,7 +135,7 @@ bool is_xp_evoker(const item_def &item);
bool evoker_is_charged(const item_def &item);
// ring functions:
-int ring_has_pluses(const item_def &item) PURE;
+bool ring_has_pluses(const item_def &item) PURE;
bool ring_has_stackable_effect(const item_def &item) PURE;
// food functions: