summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-02 21:57:45 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-02 21:57:45 -0400
commit38725a92c9fd8b61751829e872ca0e0b23414ff7 (patch)
tree5e0e2aa28ee943e58552f0ca8ea574f05e9b636d /crawl-ref/source/mon-place.cc
parentdaf0e7d93011f36a581a4eabea5391104bfad6d7 (diff)
downloadcrawl-ref-38725a92c9fd8b61751829e872ca0e0b23414ff7.tar.gz
crawl-ref-38725a92c9fd8b61751829e872ca0e0b23414ff7.zip
Remove spriggan assassins.
There doesn't seem to be a very good place for these guys, as attested to by their rather limited placement (1/4 of the time, in a high-level spriggan band). They fill a similar niche as spriggan enchanters, and, absent the Forest branch, aren't common enough for their differences to be obvious.
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 8717d1eab5..9cc11274fa 100644
--- a/crawl-ref/source/mon-place.cc
+++ b/crawl-ref/source/mon-place.cc
@@ -3205,7 +3205,7 @@ static monster_type _band_member(band_type band, int which)
return MONS_SPRIGGAN;
case BAND_SPRIGGAN_ELITES:
if (which == 1 && coinflip())
- return coinflip() ? MONS_SPRIGGAN_ENCHANTER : MONS_SPRIGGAN_ASSASSIN;
+ return MONS_SPRIGGAN_ENCHANTER;
case BAND_SPRIGGANS:
return random_choose_weighted( 4, MONS_SPRIGGAN_AIR_MAGE,
3, MONS_SPRIGGAN_BERSERKER,