summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-30 14:56:56 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-30 15:02:14 +0100
commitc32e17b7b63248c74d558f7e2082f5afe468f92a (patch)
treefa3e107e5c86b3456718eb8b3dc0468e73dae5a8 /crawl-ref/source/tilepick.cc
parent70f32d224f080d1a225635b0a2d223d4ec3a4534 (diff)
downloadcrawl-ref-c32e17b7b63248c74d558f7e2082f5afe468f92a.tar.gz
crawl-ref-c32e17b7b63248c74d558f7e2082f5afe468f92a.zip
Use the base merfolk tiles as placeholders for the new merfolk monsters.
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 8881bc867b..75cc06c78d 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -277,6 +277,9 @@ int tileidx_monster_base(const monsters *mon, bool detected)
// merfolk ('m')
case MONS_MERFOLK:
+ case MONS_MERFOLK_IMPALER: // TODO
+ case MONS_MERFOLK_AQUAMANCER: // TODO
+ case MONS_MERFOLK_JAVELINEER: // TODO
if (in_water)
return TILEP_MONS_MERFOLK_FIGHTER_WATER;
else