summaryrefslogtreecommitdiffstats
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
parent04eb4061b739269ea4fe9d30a899a49b45116ecd (diff)
downloadcrawl-ref-e19066eb4995805ccfdfc3c9f2c5ca0890e2c41e.tar.gz
crawl-ref-e19066eb4995805ccfdfc3c9f2c5ca0890e2c41e.zip
Add a tile for human slaves (purge).
-rw-r--r--crawl-ref/source/rltiles/dc-mon.txt1
-rw-r--r--crawl-ref/source/rltiles/dc-mon/slave.pngbin0 -> 3395 bytes
-rw-r--r--crawl-ref/source/tilepick.cc2
3 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/dc-mon.txt b/crawl-ref/source/rltiles/dc-mon.txt
index a01f00d479..3a48f1307d 100644
--- a/crawl-ref/source/rltiles/dc-mon.txt
+++ b/crawl-ref/source/rltiles/dc-mon.txt
@@ -335,6 +335,7 @@ vault_guard MONS_VAULT_GUARD
shapeshifter MONS_SHAPESHIFTER
glowing_shapeshifter MONS_GLOWING_SHAPESHIFTER
killer_klown MONS_KILLER_KLOWN
+slave MONS_SLAVE
## Angels ('A')
angel MONS_ANGEL
diff --git a/crawl-ref/source/rltiles/dc-mon/slave.png b/crawl-ref/source/rltiles/dc-mon/slave.png
new file mode 100644
index 0000000000..0f7e353e5c
--- /dev/null
+++ b/crawl-ref/source/rltiles/dc-mon/slave.png
Binary files differ
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: