summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 18:08:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 18:08:26 +0000
commite506e3ecf0f3fc0a00dc385dcfe99a462b6e1962 (patch)
tree1ce625e8842b58a3a868bc6e957a78ea9e51bc7e /crawl-ref/source/spells2.h
parent55cd93aada9e358fe27cb9ba15396bf965d5ef9d (diff)
downloadcrawl-ref-e506e3ecf0f3fc0a00dc385dcfe99a462b6e1962.tar.gz
crawl-ref-e506e3ecf0f3fc0a00dc385dcfe99a462b6e1962.zip
Make Zin's retribution-summoned plagues permanent.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7309 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 66b4300281..34cd7a4271 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -52,10 +52,9 @@ bool cast_summon_small_mammals(int pow, god_type god = GOD_NO_GOD);
bool cast_sticks_to_snakes(int pow, god_type god = GOD_NO_GOD);
bool cast_summon_scorpions(int pow, god_type god = GOD_NO_GOD);
bool cast_summon_swarm(int pow, god_type god = GOD_NO_GOD,
- bool force_hostile = false);
-
+ bool force_hostile = false,
+ bool permanent = false);
bool cast_call_canine_familiar(int pow, god_type god = GOD_NO_GOD);
-
bool cast_summon_elemental(int pow, god_type god = GOD_NO_GOD,
monster_type restricted_type = MONS_PROGRAM_BUG,
int unfriendly = 2);