From 2aa047a8a3a6ce4ff16d8d309d91eb36b05b6048 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 23 Jul 2009 11:05:37 +0000 Subject: * Prompt before moving while confused and next to lava/deep water. * Change Portal Projectile range to LOS. * Fix crash with Summon Horrible Things if there's not enough space. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10380 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-data.h') diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h index 099bd3b2c2..5c64fbe6b4 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -2192,7 +2192,7 @@ SPFLAG_TARGET | SPFLAG_BATTLE, 2, 50, - 4, 8, + LOS_RADIUS, LOS_RADIUS, 0, NULL, false, -- cgit v1.2.3-54-g00ecf