summaryrefslogtreecommitdiffstats
path: root/crawl-ref
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
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')
-rw-r--r--crawl-ref/source/rltiles/UNUSED/monsters/naga_warrior_unique.pngbin0 -> 970 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-mon.txt3
-rw-r--r--crawl-ref/source/rltiles/dc-mon/unique/aizul.pngbin0 -> 902 bytes
-rw-r--r--crawl-ref/source/tilepick.cc2
4 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/UNUSED/monsters/naga_warrior_unique.png b/crawl-ref/source/rltiles/UNUSED/monsters/naga_warrior_unique.png
new file mode 100644
index 0000000000..dc580c3c57
--- /dev/null
+++ b/crawl-ref/source/rltiles/UNUSED/monsters/naga_warrior_unique.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-mon.txt b/crawl-ref/source/rltiles/dc-mon.txt
index 55e5ff9072..cc73f2c334 100644
--- a/crawl-ref/source/rltiles/dc-mon.txt
+++ b/crawl-ref/source/rltiles/dc-mon.txt
@@ -436,6 +436,9 @@ greater_mummy MONS_GREATER_MUMMY
mummy_priest MONS_MUMMY_PRIEST
## Nagas ('N')
+%sdir dc-mon/unique
+aizul MONS_AIZUL
+%sdir dc-mon
naga MONS_NAGA
naga_mage MONS_NAGA_MAGE
naga_warrior MONS_NAGA_WARRIOR
diff --git a/crawl-ref/source/rltiles/dc-mon/unique/aizul.png b/crawl-ref/source/rltiles/dc-mon/unique/aizul.png
new file mode 100644
index 0000000000..89098d2f68
--- /dev/null
+++ b/crawl-ref/source/rltiles/dc-mon/unique/aizul.png
Binary files differ
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: