summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-04 23:47:47 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-05 00:02:00 -0400
commita5424833455d53c6fb2d6d63a9e9feb38181cbf1 (patch)
treea7d2f09aa3374953a0b422d66c95cb0ba10abf03 /crawl-ref/source/mon-place.cc
parent23238270265ca678ef325505d69bdba4829162bf (diff)
downloadcrawl-ref-a5424833455d53c6fb2d6d63a9e9feb38181cbf1.tar.gz
crawl-ref-a5424833455d53c6fb2d6d63a9e9feb38181cbf1.zip
Remove spriggan enchanters.
The monster. It didn't really exist anywhere, nor did the idea seem to add too much to the good-sized danger that spriggans already posed.
Diffstat (limited to 'crawl-ref/source/mon-place.cc')
-rw-r--r--crawl-ref/source/mon-place.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-place.cc b/crawl-ref/source/mon-place.cc
index b2a60f62c6..c29f07a5ce 100644
--- a/crawl-ref/source/mon-place.cc
+++ b/crawl-ref/source/mon-place.cc
@@ -3227,7 +3227,7 @@ static monster_type _band_member(band_type band, int which)
return MONS_SPRIGGAN;
case BAND_SPRIGGAN_ELITES:
if (which == 1 && coinflip())
- return MONS_SPRIGGAN_ENCHANTER;
+ return MONS_SPRIGGAN_DEFENDER;
case BAND_SPRIGGANS:
return random_choose_weighted( 4, MONS_SPRIGGAN_AIR_MAGE,
3, MONS_SPRIGGAN_BERSERKER,