summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 16977cc64e..08e47257ce 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -222,9 +222,7 @@ static const struct spell_desc spelldata[] =
SPELL_HASTE, "Haste",
SPTYP_CHARMS,
SPFLAG_DIR_OR_TARGET | SPFLAG_HELPFUL | SPFLAG_HASTY,
- 6, // lowered to 6 from 8, since it's easily available from various items
- // and Swiftness is level 2 (and gives a similar effect). It's also
- // not that much better than Invisibility. - bwr
+ 6,
200,
LOS_RADIUS, LOS_RADIUS,
0,
@@ -1807,7 +1805,7 @@ static const struct spell_desc spelldata[] =
{
SPELL_STONESKIN, "Stoneskin",
- SPTYP_EARTH | SPTYP_TRANSMUTATION, // was ench -- bwr
+ SPTYP_EARTH | SPTYP_TRANSMUTATION,
SPFLAG_HELPFUL,
2,
100,