From 2bd8f39fa42d7c774a27121c2ce3bf82e0104993 Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 13 Nov 2007 18:55:53 +0000 Subject: 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 --- crawl-ref/source/xom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/xom.h') 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); -- cgit v1.2.3-54-g00ecf