summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.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/tilemcache.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/tilemcache.cc')
-rw-r--r--crawl-ref/source/tilemcache.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index f3d00fb0cc..bc7884c37d 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -316,7 +316,6 @@ bool mcache_monster::get_weapon_offset(tileidx_t mon_tile,
case TILEP_MONS_MENNAS:
case TILEP_MONS_PROFANE_SERVITOR:
case TILEP_MONS_SPRIGGAN:
- case TILEP_MONS_SPRIGGAN_ASSASSIN:
case TILEP_MONS_DEEP_DWARF_DEATH_KNIGHT:
case TILEP_MONS_KOBOLD:
case TILEP_MONS_OCTOPODE:
@@ -681,7 +680,6 @@ bool mcache_monster::get_shield_offset(tileidx_t mon_tile,
case TILEP_MONS_SPRIGGAN:
case TILEP_MONS_SPRIGGAN_DEFENDER:
case TILEP_MONS_SPRIGGAN_BERSERKER:
- case TILEP_MONS_SPRIGGAN_ASSASSIN:
case TILEP_MONS_SPRIGGAN_ENCHANTER:
*ofs_x = 2;
*ofs_y = 3;