summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-09 15:16:00 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-09 15:31:17 -0700
commit57edba8431882706dd72618f69b8f54ee1148e21 (patch)
treecd68cb0baa1fff32acbdd8d00a309664df514535 /crawl-ref/source/tilemcache.cc
parentde5cf9be2e160c0ff18a3a4a62df6d73d3adb942 (diff)
downloadcrawl-ref-57edba8431882706dd72618f69b8f54ee1148e21.tar.gz
crawl-ref-57edba8431882706dd72618f69b8f54ee1148e21.zip
An adjusted version of coolio's naga ritualist tile (#8097).
Diffstat (limited to 'crawl-ref/source/tilemcache.cc')
-rw-r--r--crawl-ref/source/tilemcache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index e1085993ea..5a9d908823 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -345,6 +345,7 @@ bool mcache_monster::get_weapon_offset(tileidx_t mon_tile,
case TILEP_MONS_TENGU_WARRIOR:
case TILEP_MONS_TENGU_REAVER:
case TILEP_MONS_SOJOBO:
+ case TILEP_MONS_NAGA_RITUALIST:
*ofs_x = -2;
*ofs_y = 0;
break;
@@ -406,7 +407,6 @@ bool mcache_monster::get_weapon_offset(tileidx_t mon_tile,
case TILEP_MONS_NAGA_WARRIOR:
case TILEP_MONS_GUARDIAN_SERPENT:
case TILEP_MONS_NAGA_MAGE:
- case TILEP_MONS_NAGA_ENCHANTER:
case TILEP_MONS_MARKSNAGA:
case TILEP_MONS_VASHNIA:
case TILEP_MONS_THE_ENCHANTRESS: