summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 16:14:20 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 16:14:20 +0000
commit342d93c81d1189ead083ff972eb6e874f041d9a3 (patch)
tree23de5d1149cee70fa7a41567e9aec645e95a32ce /crawl-ref/source/tilepick.cc
parent2c81407fbf68a2cb42edc599ccfd050987b8fcbe (diff)
downloadcrawl-ref-342d93c81d1189ead083ff972eb6e874f041d9a3.tar.gz
crawl-ref-342d93c81d1189ead083ff972eb6e874f041d9a3.zip
* Add tiles for Eustachio and Roxanne. This leaves Sonja, Azrael,
Nergalle, and Saint Roka, for none of which I've got a clear image I can reconcile with the depiction of the base monster. :p * Add quiver backwards key to keybind.txt. (Some other newer commands may still be missing, I don't know.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9226 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index b6d51aa45b..5375abb605 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -912,7 +912,7 @@ static int _tileidx_monster_base(const monsters *mon, bool detected)
case MONS_MURRAY:
return TILEP_MONS_MURRAY;
case MONS_ROXANNE:
- return TILEP_ICE_STATUE; // TODO enne
+ return TILEP_MONS_ROXANNE;
case MONS_SONJA:
return TILEP_MONS_KOBOLD; // TODO enne
case MONS_AZRAEL:
@@ -987,7 +987,7 @@ static int _tileidx_monster_base(const monsters *mon, bool detected)
case MONS_MARGERY:
return TILEP_MONS_MARGERY;
case MONS_EUSTACHIO:
- return TILEP_MONS_HUMAN; // TODO enne
+ return TILEP_MONS_EUSTACHIO;
// unique major demons ('&')
case MONS_MNOLEG: