From 04ca594c13455812dbe8a0978030f6a2b229005a Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 25 May 2017 19:35:05 -0400 Subject: [PATCH] v0.6.0: allowed pedestal tiles to stich with chasms --- .../shatteredpixeldungeon/tiles/DungeonTileSheet.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/tiles/DungeonTileSheet.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/tiles/DungeonTileSheet.java index 664f26929..41a9274bc 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/tiles/DungeonTileSheet.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/tiles/DungeonTileSheet.java @@ -132,6 +132,7 @@ public class DungeonTileSheet { chasmStitcheable.put( Terrain.TRAP, CHASM_FLOOR ); chasmStitcheable.put( Terrain.BOOKSHELF, CHASM_FLOOR ); chasmStitcheable.put( Terrain.BARRICADE, CHASM_FLOOR ); + chasmStitcheable.put( Terrain.PEDESTAL, CHASM_FLOOR ); //special floor chasmStitcheable.put( Terrain.EMPTY_SP, CHASM_FLOOR_SP );