summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-03-08 08:59:08 -0330
committerDracoOmega <draco_omega@live.com>2014-03-11 20:07:44 -0230
commitd9a150bf776162d47ec42962d388573b7bd6eb18 (patch)
treedba26f435211f6e798860a7f11325be486c09c25 /crawl-ref/source/spl-data.h
parent6219a54fed945ba5bb464d9a9abca310e9f123f7 (diff)
downloadcrawl-ref-d9a150bf776162d47ec42962d388573b7bd6eb18.tar.gz
crawl-ref-d9a150bf776162d47ec42962d388573b7bd6eb18.zip
Remove Sunray
Sunray had a number of quirks that were rather non-transparent if uninformed about them, and not usually very interesting from a tactical perspective (namely: it ignored repel missiles, did bonus damage to vampires and shadows, and couldn't hurt things that were invisible). There seemed a general agreement that it probably ought to simply be removed. Stone arrow replaces it in the spriggan druid spellbook.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 6dcc231aa6..a5d9b380e2 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2569,6 +2569,7 @@ struct spell_desc
true
},
+#if TAG_MAJOR_VERSION == 34
{
SPELL_SUNRAY, "Sunray",
SPTYP_CONJURATION,
@@ -2581,6 +2582,7 @@ struct spell_desc
true,
false
},
+#endif
{
SPELL_AWAKEN_FOREST, "Awaken Forest",