From 16acbf55b74d1d6c32cf34af8092a2df9756d65f Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 29 Jun 2009 20:56:20 +0000 Subject: * Replace rock stair tiles with Eino's cool new escape hatch tiles. * Don't check milestones in arena mode. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10078 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tilepick.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/tilepick.cc') diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc index 21b085a08b..798cae7d30 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -194,12 +194,12 @@ int tileidx_monster_base(const monsters *mon, bool detected) return TILEP_MONS_DEEP_ELF_MASTER_ARCHER; // fungi ('f') + case MONS_TOADSTOOL: + return TILEP_MONS_TOADSTOOL; case MONS_FUNGUS: return TILEP_MONS_FUNGUS; case MONS_WANDERING_MUSHROOM: return TILEP_MONS_WANDERING_MUSHROOM; - case MONS_TOADSTOOL: - return TILEP_MONS_FUNGUS; // goblins ('g') case MONS_GOBLIN: @@ -2332,13 +2332,13 @@ int tileidx_feature(int object, int gx, int gy) case DNGN_STONE_STAIRS_DOWN_III: return TILE_DNGN_STONE_STAIRS_DOWN; case DNGN_ESCAPE_HATCH_DOWN: - return TILE_DNGN_ROCK_STAIRS_DOWN; + return TILE_DNGN_ESCAPE_HATCH_DOWN; case DNGN_STONE_STAIRS_UP_I: case DNGN_STONE_STAIRS_UP_II: case DNGN_STONE_STAIRS_UP_III: return TILE_DNGN_STONE_STAIRS_UP; case DNGN_ESCAPE_HATCH_UP: - return TILE_DNGN_ROCK_STAIRS_UP; + return TILE_DNGN_ESCAPE_HATCH_UP; case DNGN_ENTER_DIS: return TILE_DNGN_ENTER_DIS; case DNGN_ENTER_GEHENNA: -- cgit v1.2.3-54-g00ecf