summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-14 00:51:12 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-14 01:46:38 +0100
commit96af68df8027d6e1dcf0a8456c6498553b01555a (patch)
tree06c608fd523138931234347970b08e778e4bbce1 /crawl-ref/source/tilepick.cc
parentc1de3fc787a24a7c75afca420e1144c11490c000 (diff)
downloadcrawl-ref-96af68df8027d6e1dcf0a8456c6498553b01555a.tar.gz
crawl-ref-96af68df8027d6e1dcf0a8456c6498553b01555a.zip
Add a new turtle design and use it for the (alligator) snapping turtle.
Move the old turtle tile into UNUSED/monsters.
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 2832fa6362..cb631c1d72 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -360,8 +360,9 @@ int tileidx_monster_base(const monsters *mon, bool detected)
// turtles ('t')
case MONS_SNAPPING_TURTLE:
- case MONS_ALLIGATOR_SNAPPING_TURTLE: // TODO
- return TILEP_MONS_TURTLE;
+ return TILEP_MONS_SNAPPING_TURTLE;
+ case MONS_ALLIGATOR_SNAPPING_TURTLE:
+ return TILEP_MONS_ALLIGATOR_SNAPPING_TURTLE;
// ugly things ('u')
case MONS_UGLY_THING: