summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.cc
diff options
context:
space:
mode:
authorontoclasm <yokomeshi@gmail.com>2014-03-06 16:05:47 -0600
committerontoclasm <yokomeshi@gmail.com>2014-03-06 16:06:03 -0600
commitb916d6f9691021c6ac39b9aa6132ea388c220a88 (patch)
tree3ceef82e5a8c34235bb4340c358832b94b428a9e /crawl-ref/source/tilemcache.cc
parent1eacc6a5a2c8c1343282c1ac5af89a01f587f27a (diff)
downloadcrawl-ref-b916d6f9691021c6ac39b9aa6132ea388c220a88.tar.gz
crawl-ref-b916d6f9691021c6ac39b9aa6132ea388c220a88.zip
Saint Roka tile edit
Diffstat (limited to 'crawl-ref/source/tilemcache.cc')
-rw-r--r--crawl-ref/source/tilemcache.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index f17ab15fb4..6f579ef0a3 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -603,6 +603,7 @@ bool mcache_monster::get_shield_offset(tileidx_t mon_tile,
case TILEP_MONS_ORC:
case TILEP_MONS_URUG:
case TILEP_MONS_BLORK_THE_ORC:
+ case TILEP_MONS_ORC_PRIEST:
case TILEP_MONS_ORC_WARRIOR:
case TILEP_MONS_ORC_KNIGHT:
*ofs_x = 1;