From 450f6fd14fe0c09e89ad90eac2a9a6ee9521af69 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 30 Oct 2008 19:08:31 +0000 Subject: Add various holy being-related cleanups. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7312 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.h | 7 ++++--- 1 file changed, 4 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 74c49984e8..9f583b1030 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -63,9 +63,10 @@ bool cast_summon_ugly_thing(int pow, god_type god = GOD_NO_GOD); bool cast_summon_dragon(int pow, god_type god = GOD_NO_GOD); bool summon_berserker(int pow, god_type god = GOD_NO_GOD, bool force_hostile = false); -bool summon_angel(int pow, god_type god = GOD_NO_GOD, bool quiet = false); -bool summon_daeva(int pow, god_type god = GOD_NO_GOD, bool quiet = false); - +bool summon_angel(int pow, god_type god = GOD_NO_GOD, bool quiet = false, + bool force_hostile = false, bool permanent = false); +bool summon_daeva(int pow, god_type god = GOD_NO_GOD, bool quiet = false, + bool force_hostile = false, bool permanent = false); bool cast_tukimas_dance(int pow, god_type god = GOD_NO_GOD, bool force_hostile = false); bool cast_conjure_ball_lightning(int pow, god_type god = GOD_NO_GOD); -- cgit v1.2.3-54-g00ecf