summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-22 11:46:32 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-04-28 01:17:15 +0100
commitdc6d6fabca0452226cf6e1929a22f84323fd7900 (patch)
treed6369572bcdc64a336138a37c56f4b8913430893 /crawl-ref/source/spl-data.h
parent0535dfc4630196fed5ac1ea432965163c0acddd3 (diff)
downloadcrawl-ref-dc6d6fabca0452226cf6e1929a22f84323fd7900.tar.gz
crawl-ref-dc6d6fabca0452226cf6e1929a22f84323fd7900.zip
Remove silver stars
Both of their spells work by dealing ridiculous amounts of damage to a few, vulnerable species and little or no damage otherwise, which does not make for an interesting monster.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 09da985cfb..0611e6a853 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2651,6 +2651,7 @@ struct spell_desc
false,
},
+#if TAG_MAJOR_VERSION == 34
{
SPELL_HOLY_LIGHT, "Holy Light",
SPTYP_CONJURATION,
@@ -2663,6 +2664,7 @@ struct spell_desc
true,
false
},
+#endif
{
SPELL_HEAL_OTHER, "Heal Other",
@@ -2859,6 +2861,7 @@ struct spell_desc
true
},
+#if TAG_MAJOR_VERSION == 34
{
SPELL_SILVER_BLAST, "Silver Blast",
SPTYP_CONJURATION,
@@ -2871,6 +2874,7 @@ struct spell_desc
true,
false
},
+#endif
{
SPELL_ENSNARE, "Ensnare",