summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.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/tilemcache.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/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 b80be80f03..53f22c4760 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -546,7 +546,6 @@ bool mcache_monster::get_weapon_offset(tileidx_t mon_tile,
case TILEP_MONS_URUG:
case TILEP_MONS_ORC_PRIEST:
case TILEP_MONS_ORC_HIGH_PRIEST:
- case TILEP_MONS_SPRIGGAN_ENCHANTER:
*ofs_x = -1;
*ofs_y = 1;
break;
@@ -682,7 +681,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_ENCHANTER:
*ofs_x = 2;
*ofs_y = 3;
break;