summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-28 18:11:26 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-28 18:13:37 -0600
commit4e207c1efce88053570f51ae910f9d0f795898b7 (patch)
treeca01ca51f9bcf4a4f527544603ad8d6b7854aec1 /crawl-ref/source/spl-data.h
parent07d0f3200ecaeb2c2abc392b16d34dfc72962ac3 (diff)
downloadcrawl-ref-4e207c1efce88053570f51ae910f9d0f795898b7.tar.gz
crawl-ref-4e207c1efce88053570f51ae910f9d0f795898b7.zip
Fix Glaciate's range at 7; don't let Vehumet extend this.
By popular dev demand. I'm leaving the code for handling varying ranges alone in the event that we need to revisit this.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 4f0d1f944e..b89e529fdc 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -3652,7 +3652,7 @@ struct spell_desc
SPFLAG_DIR_OR_TARGET | SPFLAG_AREA | SPFLAG_NOT_SELF,
9,
200,
- 3, LOS_RADIUS,
+ 7, 7,
0,
NULL,
false,