summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-10 17:58:36 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-10 18:00:16 -0600
commit74a43bd36725a88c46acf91a5e78f0969acc1ca1 (patch)
treef7c5409e6cec32a24966e6504120c37e52772a5d /crawl-ref/source/tilemcache.cc
parent6852104f54b78a9d995ed9176f6ffb7ba284be3b (diff)
downloadcrawl-ref-74a43bd36725a88c46acf91a5e78f0969acc1ca1.tar.gz
crawl-ref-74a43bd36725a88c46acf91a5e78f0969acc1ca1.zip
Gargoyle / molten gargoyle tiles (Bloax).
This also takes the opportunity to set the war gargoyle tile to the correct size.
Diffstat (limited to 'crawl-ref/source/tilemcache.cc')
-rw-r--r--crawl-ref/source/tilemcache.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index 3b59d7537c..cc648b5fa6 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -323,7 +323,6 @@ bool mcache_monster::get_weapon_offset(tileidx_t mon_tile,
case TILEP_MONS_ZOMBIE_OCTOPODE:
case TILEP_MONS_NIKOLA:
case TILEP_MONS_NAGA_RITUALIST:
- case TILEP_MONS_WAR_GARGOYLE:
*ofs_x = 0;
*ofs_y = 0;
break;
@@ -376,6 +375,9 @@ bool mcache_monster::get_weapon_offset(tileidx_t mon_tile,
case TILEP_MONS_IRONBRAND_CONVOKER:
case TILEP_MONS_IRONHEART_PRESERVER:
case TILEP_MONS_DONALD:
+ case TILEP_MONS_GARGOYLE:
+ case TILEP_MONS_MOLTEN_GARGOYLE:
+ case TILEP_MONS_WAR_GARGOYLE:
*ofs_x = 1;
*ofs_y = 0;
break;