From 22e375d42eabd760283d4e0d8ea42c65e66108af Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 10 Jun 2008 10:28:10 +0000 Subject: Modify Evaporate and Stinking Cloud to prompt when firing through allies. Note: This does still not handle the actual clouds, just the basic beam. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5701 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.h') diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h index 0a14e106b1..0e1ea589db 100644 --- a/crawl-ref/source/spells1.h +++ b/crawl-ref/source/spells1.h @@ -92,7 +92,7 @@ void cast_ring_of_flames(int power); bool conjure_flame(int pow); void extension(int pow); bool fireball(int power, bolt &beam); -int stinking_cloud(int pow, bolt &beam); +bool stinking_cloud(int pow, bolt &beam); void abjuration(int pow); // last updated 24may2000 {dlb} -- cgit v1.2.3-54-g00ecf