summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-13 18:55:53 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-13 18:55:53 +0000
commit2bd8f39fa42d7c774a27121c2ce3bf82e0104993 (patch)
tree069b83e5b94614e675ee1804c07b661821712f54 /crawl-ref/source/xom.h
parentbe6a0a38de9cba44caca289f155d46df6324d0a5 (diff)
downloadcrawl-ref-2bd8f39fa42d7c774a27121c2ce3bf82e0104993.tar.gz
crawl-ref-2bd8f39fa42d7c774a27121c2ce3bf82e0104993.zip
Made Tome of Destruction more consistent for those with high Evoc.
Made manuals visibly different from spellbooks. Also, you can't cancel reading a manual; so you risk wasting it if you read all unIDed books. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2851 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/xom.h')
-rw-r--r--crawl-ref/source/xom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.h b/crawl-ref/source/xom.h
index eade8784bd..ec8878c9b1 100644
--- a/crawl-ref/source/xom.h
+++ b/crawl-ref/source/xom.h
@@ -25,7 +25,7 @@ enum xom_message_type
void xom_is_stimulated(int maxinterestingness,
xom_message_type message_type = XM_NORMAL,
bool force_message = false);
-void xom_is_stimulated(int maxinterestingness, std::string message,
+void xom_is_stimulated(int maxinterestingness, const std::string& message,
bool force_message = false);
bool xom_is_nice();
void xom_acts(bool niceness, int sever);