summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-16 02:11:25 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-16 02:11:25 +0100
commitba48e700c26f84481981fc0bb105c3e8f1206720 (patch)
treea056a6b383b7c0d66c75fc2ec77a11b358225da3 /crawl-ref/source/tilemcache.cc
parent78389bb46f317cce15df2aaa734404e9de7a9a04 (diff)
downloadcrawl-ref-ba48e700c26f84481981fc0bb105c3e8f1206720.tar.gz
crawl-ref-ba48e700c26f84481981fc0bb105c3e8f1206720.zip
Apply some formicide to drones, buff vanillas.
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 9ca91938fa..b1063f846d 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -307,7 +307,6 @@ bool mcache_monster::get_weapon_offset(tileidx_t mon_tile,
case TILEP_MONS_ZOMBIE_OCTOPODE:
case TILEP_MONS_NIKOLA:
case TILEP_MONS_FORMICID:
- case TILEP_MONS_FORMICID_DRONE:
case TILEP_MONS_FORMICID_VENOM_MAGE:
*ofs_x = 0;
*ofs_y = 0;
@@ -599,7 +598,6 @@ bool mcache_monster::get_shield_offset(tileidx_t mon_tile,
case TILEP_MONS_TENGU_REAVER:
case TILEP_MONS_SOJOBO:
case TILEP_MONS_FORMICID:
- case TILEP_MONS_FORMICID_DRONE:
*ofs_x = 0;
*ofs_y = 0;
break;