From c32e17b7b63248c74d558f7e2082f5afe468f92a Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Wed, 30 Dec 2009 14:56:56 +0100 Subject: Use the base merfolk tiles as placeholders for the new merfolk monsters. --- crawl-ref/source/tilepick.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/tilepick.cc') 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 -- cgit v1.2.3-54-g00ecf