summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-17 01:26:59 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-17 01:26:59 +0100
commit96ad883e739611c7271d9f81af4041a449c774d0 (patch)
tree11c7383c586642b6a98f0da1780ff56f41dafe4d /crawl-ref/source/tilepick.cc
parenta6ac3f8273cf3a81c1ceb02efb19e1e3d7113c30 (diff)
downloadcrawl-ref-96ad883e739611c7271d9f81af4041a449c774d0.tar.gz
crawl-ref-96ad883e739611c7271d9f81af4041a449c774d0.zip
Add purge's tiles for Dowan and Duvessa, yay! :D
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 48548b0014..d4b8a438f8 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -972,9 +972,9 @@ int tileidx_monster_base(const monsters *mon, bool detected)
// elves ('e')
case MONS_DOWAN:
- return TILEP_MONS_DEEP_ELF_MAGE; // TODO
+ return TILEP_MONS_DOWAN;
case MONS_DUVESSA:
- return TILEP_MONS_DEEP_ELF_FIGHTER; // TODO
+ return TILEP_MONS_DUVESSA;
// goblins and gnolls ('g')
case MONS_IJYB: