summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.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/spells3.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/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 11593c8db8..9674027ffa 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -115,9 +115,9 @@ bool cast_sublimation_of_blood(int pow);
bool summon_shadows(int pow, bool god_gift = false, bool force_hostile = false);
bool cast_call_imp(int pow, bool god_gift = false);
-bool summon_lesser_demon(int pow, bool god_gift = false);
-bool summon_common_demon(int pow, bool god_gift = false);
-bool summon_greater_demon(int pow, bool god_gift = false);
+bool summon_lesser_demon(int pow, bool god_gift = false, bool quiet = false);
+bool summon_common_demon(int pow, bool god_gift = false, bool quiet = false);
+bool summon_greater_demon(int pow, bool god_gift = false, bool quiet = false);
bool summon_demon_type(monster_type mon, int pow, bool god_gift = false);
bool cast_summon_demon(int pow, bool god_gift = false);
bool cast_demonic_horde(int pow, bool god_gift = false);
@@ -132,7 +132,7 @@ bool cast_summon_horrible_things(int pow, bool god_gift = false);
bool animate_a_corpse(int x, int y, corpse_type class_allowed,
beh_type beha, unsigned short hitting,
bool god_gift = false, bool actual = true,
- bool silent = false);
+ bool quiet = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************