summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-13 14:55:14 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-13 15:52:25 +0100
commit559bdc3c5fe95ce8aacb3965b2e10f3964bfb395 (patch)
treec37392677a73d8985cf60f4e28677011a8bf9648 /crawl-ref/source/tilepick.cc
parent598f36ee1bca9a725456665c8d0f999851fb96de (diff)
downloadcrawl-ref-559bdc3c5fe95ce8aacb3965b2e10f3964bfb395.tar.gz
crawl-ref-559bdc3c5fe95ce8aacb3965b2e10f3964bfb395.zip
Add a tile for Pikel.
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index e1697dde23..2832fa6362 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -1012,7 +1012,7 @@ int tileidx_monster_base(const monsters *mon, bool detected)
case MONS_SONJA:
return TILEP_MONS_SONJA;
case MONS_PIKEL:
- return TILEP_MONS_BIG_KOBOLD; // TODO
+ return TILEP_MONS_PIKEL;
// lich ('L')
case MONS_BORIS: