From e19066eb4995805ccfdfc3c9f2c5ca0890e2c41e Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 27 Dec 2009 18:44:35 +1000 Subject: Add a tile for human slaves (purge). --- crawl-ref/source/tilepick.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/tilepick.cc') diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc index 725947c13c..36b3e5014c 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -764,6 +764,8 @@ int tileidx_monster_base(const monsters *mon, bool detected) return TILEP_MONS_GLOWING_SHAPESHIFTER; case MONS_KILLER_KLOWN: return TILEP_MONS_KILLER_KLOWN; + case MONS_SLAVE: + return TILEP_MONS_SLAVE; // mimics case MONS_GOLD_MIMIC: -- cgit v1.2.3-54-g00ecf