summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 22:57:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 22:57:30 +0000
commitf765ccf4dcb5d740a54c7ab446eebf81fbdf6a46 (patch)
treea7166274873f196d0f8aac7d5400dff20d02a0d1 /crawl-ref/source/spells2.h
parent764e6d61ac825e6018816541e777f723d500635c (diff)
downloadcrawl-ref-f765ccf4dcb5d740a54c7ab446eebf81fbdf6a46.tar.gz
crawl-ref-f765ccf4dcb5d740a54c7ab446eebf81fbdf6a46.zip
Add a few more message tweaks.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5677 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 9bee716e1d..6f3b4cdebf 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -145,8 +145,8 @@ bool cast_tukimas_dance(int pow, bool god_gift = false,
* *********************************************************************** */
bool summon_berserker(int pow, bool god_gift = false,
bool force_hostile = false);
-bool summon_guardian(int pow, bool god_gift = false);
-bool summon_daeva(int pow, bool god_gift = false);
+bool summon_guardian(int pow, bool god_gift = false, bool quiet = false);
+bool summon_daeva(int pow, bool god_gift = false, bool quiet = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************