summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-27 18:44:35 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-27 18:44:35 +1000
commite19066eb4995805ccfdfc3c9f2c5ca0890e2c41e (patch)
treebcff14bbb3de92df1780f5e615849a4d65e776f9 /crawl-ref/source/tilepick.cc
parent04eb4061b739269ea4fe9d30a899a49b45116ecd (diff)
downloadcrawl-ref-e19066eb4995805ccfdfc3c9f2c5ca0890e2c41e.tar.gz
crawl-ref-e19066eb4995805ccfdfc3c9f2c5ca0890e2c41e.zip
Add a tile for human slaves (purge).
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc2
1 files changed, 2 insertions, 0 deletions
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: