From 5e33fad9c14df165b32f3682af4b36b3db13c927 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 10 Jun 2008 22:56:45 +0000 Subject: After some more thought, remove the god gift exceptions for natural-phenomenon-type monsters. Fire vortices still need to be dealt with properly, though. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5716 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.h') diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h index 95f78bd93d..d8d62c9f27 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -157,7 +157,7 @@ bool cast_tukimas_dance(int pow, bool god_gift = false, /* *********************************************************************** * called from: ability - spell * *********************************************************************** */ -bool cast_conjure_ball_lightning(int pow); +bool cast_conjure_ball_lightning(int pow, bool god_gift = false); // last updated 24may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf