summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-13 16:00:13 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-13 16:00:13 +0100
commit3773414c38457e28099d0bc769444425defdd847 (patch)
treeeab7ce19b8648bffd225dba4c5f43a88020b92f0 /crawl-ref/source/tilepick.cc
parente86c5d67d5ee5d0a73d74eea90d25fa84cce2ca3 (diff)
downloadcrawl-ref-3773414c38457e28099d0bc769444425defdd847.tar.gz
crawl-ref-3773414c38457e28099d0bc769444425defdd847.zip
Use a recoloured guardian serpent tile for Aizul.
Also add an older tile of Aizul I made before the guardian serpent decision into the UNUSED tiles folder. We can use it for some (other) naga unique.
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 68a93a214a..b28754742a 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -972,6 +972,8 @@ int tileidx_monster_base(const monsters *mon, bool detected)
return TILEP_MONS_LERNAEAN_HYDRA;
case MONS_DISSOLUTION:
return TILEP_MONS_DISSOLUTION;
+ case MONS_AIZUL:
+ return TILEP_MONS_AIZUL;
// human uniques ('@')
case MONS_TERENCE: