From e506e3ecf0f3fc0a00dc385dcfe99a462b6e1962 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 30 Oct 2008 18:08:26 +0000 Subject: 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 --- crawl-ref/source/spells2.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/spells2.h') 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); -- cgit v1.2.3-54-g00ecf