From 33b24e66a7a26ba76ae804996f16a1b8b779a353 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 21 Sep 2009 21:13:09 +0000 Subject: * Actually use the rock worm's corpse tile. * Tweak a few skill titles. * Update the change log (not for these, though). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10769 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tilepick.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/tilepick.cc') diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc index 66bdd74145..c401f49fde 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -1740,6 +1740,8 @@ static int _tileidx_corpse(int mon) return TILE_CORPSE_BRAIN_WORM; case MONS_SWAMP_WORM: return TILE_CORPSE_SWAMP_WORM; + case MONS_ROCK_WORM: + return TILE_CORPSE_ROCK_WORM; case MONS_SPINY_WORM: return TILE_CORPSE_SPINY_WORM; -- cgit v1.2.3-54-g00ecf