From da9c4accf8c06831d99a0c1a6e66d20b480c26b0 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 27 Jun 2007 19:57:56 +0000 Subject: Added the Portaled Projectile spell, following 1686312. Hopefully I didn't break the fsim_ranged code in the process. PP is now arbitrarily stuck into Spatial Translocations; it will be moved out when we add a Book of Archery. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1670 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells4.h') diff --git a/crawl-ref/source/spells4.h b/crawl-ref/source/spells4.h index 17ad71f76e..5429741883 100644 --- a/crawl-ref/source/spells4.h +++ b/crawl-ref/source/spells4.h @@ -60,6 +60,6 @@ void cast_shuggoth_seed(int powc); void make_shuggoth(int x, int y, int hp); int cast_semi_controlled_blink(int pow); - +bool cast_portaled_projectile(int pow, bolt& beam); #endif -- cgit v1.2.3-54-g00ecf