summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/areas.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-12-01 12:05:38 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-12-05 03:52:21 +0100
commitf1c30b41336a0edb1efaaa8ccd23eaa8799632ee (patch)
treee41ca7b288f2a45cac5a30d9e31e28cc7df75996 /crawl-ref/source/areas.cc
parent9681718328b6722d4731451815744fe4a4f87e9e (diff)
downloadcrawl-ref-f1c30b41336a0edb1efaaa8ccd23eaa8799632ee.tar.gz
crawl-ref-f1c30b41336a0edb1efaaa8ccd23eaa8799632ee.zip
Stamp out blessed toes.
While some religions have a fetish with playing with body parts, it's only the evil side who ever animates them.
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 3e80a9d2c9..a2082aae38 100644
--- a/crawl-ref/source/areas.cc
+++ b/crawl-ref/source/areas.cc
@@ -624,8 +624,6 @@ int monster::halo_radius2() const
case MONS_PALADIN: // If a paladin finds the mace of brilliance
// it needs a larger halo
return max(4, size); // mere humans
- case MONS_BLESSED_TOE:
- return 17;
case MONS_SILVER_STAR:
return 40; // dumb but with an immense power
case MONS_HOLY_SWINE: