From b369bad9063bcd1d7cc32627f6dfa685da5e6c0d Mon Sep 17 00:00:00 2001 From: reaverb Date: Wed, 13 Aug 2014 14:08:33 -0400 Subject: Remove some old comments from spl-data.h (doy) --- crawl-ref/source/spl-data.h | 6 ++---- 1 file 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, -- cgit v1.2.3-54-g00ecf