From 96af68df8027d6e1dcf0a8456c6498553b01555a Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Thu, 14 Jan 2010 00:51:12 +0100 Subject: Add a new turtle design and use it for the (alligator) snapping turtle. Move the old turtle tile into UNUSED/monsters. --- crawl-ref/source/tilepick.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/tilepick.cc') 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: -- cgit v1.2.3-54-g00ecf