summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-11 15:30:14 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-11 15:30:14 -0600
commitb9fd09044e1fe0e2fcf5116635fbacca05b41245 (patch)
tree38d69fcff6f2fdf2c010c98dddcceffde608ee28 /crawl-ref/source/tilemcache.cc
parent59a323440215151e79300315c0fcd5300fc72786 (diff)
downloadcrawl-ref-b9fd09044e1fe0e2fcf5116635fbacca05b41245.tar.gz
crawl-ref-b9fd09044e1fe0e2fcf5116635fbacca05b41245.zip
Octopode crusher tile (Bloax).
Also nudges a few things related to the normal monster octopode.
Diffstat (limited to 'crawl-ref/source/tilemcache.cc')
-rw-r--r--crawl-ref/source/tilemcache.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index cc648b5fa6..f8e8189091 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -516,6 +516,7 @@ bool mcache_monster::get_weapon_offset(tileidx_t mon_tile,
break;
case TILEP_MONS_MARGERY:
case TILEP_MONS_FAUN:
+ case TILEP_MONS_OCTOPODE_CRUSHER:
*ofs_x = 1;
*ofs_y = -3;
break;
@@ -648,6 +649,8 @@ bool mcache_monster::get_shield_offset(tileidx_t mon_tile,
case TILEP_MONS_FORMICID:
case TILEP_MONS_FORMICID_VENOM_MAGE:
case TILEP_MONS_VINE_STALKER:
+ case TILEP_MONS_OCTOPODE:
+ case TILEP_MONS_OCTOPODE_CRUSHER:
*ofs_x = 0;
*ofs_y = 0;
break;