From 11742d5789a13c16e6abe35171d013f0ab79148a Mon Sep 17 00:00:00 2001 From: dploog Date: Wed, 6 May 2009 07:14:12 +0000 Subject: Reduce ranges for Mephitic Cloud and Dispel Undead (to 5). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9739 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h index 805e74ff1f..9e4d8db8a6 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -474,7 +474,7 @@ SPFLAG_DIR_OR_TARGET | SPFLAG_AREA, 3, 200, - 8, 8, + 5, 5, 0, NULL, true, @@ -1073,7 +1073,7 @@ SPFLAG_DIR_OR_TARGET, 4, 100, - LOS_RADIUS, LOS_RADIUS, + 5, 5, 0, NULL, true, -- cgit v1.2.3-54-g00ecf