summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-19 19:02:37 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-19 19:02:37 +1000
commit76fbdc86b30bad4fcff9021dec832b1ff327107e (patch)
treeff9e4fe687472f460199275bee38b89b6d3dea9e /crawl-ref/source/tilepick.cc
parentcd25b9d47f0ea56b2fe6cf4de495b229cc8e775c (diff)
downloadcrawl-ref-76fbdc86b30bad4fcff9021dec832b1ff327107e.tar.gz
crawl-ref-76fbdc86b30bad4fcff9021dec832b1ff327107e.zip
Add a tile for Khufu (purge).
Thanks!
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 4b15342183..a66f9925f7 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -1004,7 +1004,7 @@ int tileidx_monster_base(const monsters *mon, bool detected)
case MONS_MENKAURE:
return TILEP_MONS_MENKAURE;
case MONS_KHUFU:
- return TILEP_MONS_GREATER_MUMMY; // TODO
+ return TILEP_MONS_KHUFU;
// guardian serpent ('N')
case MONS_AIZUL: