summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/areas.cc
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/areas.cc
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/areas.cc')
-rw-r--r--crawl-ref/source/areas.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/areas.cc b/crawl-ref/source/areas.cc
index c640e913e0..d8dfba449c 100644
--- a/crawl-ref/source/areas.cc
+++ b/crawl-ref/source/areas.cc
@@ -600,8 +600,6 @@ int monster::halo_radius2() const
return 65; // highest rank among sentient ones
case MONS_SHEDU:
return 10;
- case MONS_SILVER_STAR:
- return 40; // dumb but with an immense power
case MONS_HOLY_SWINE:
return 2; // only notionally holy
case MONS_MENNAS: