diff --git a/core/src/main/assets/tiles_prison.png b/core/src/main/assets/tiles_prison.png index 7c06eab14..3679aaa32 100644 Binary files a/core/src/main/assets/tiles_prison.png and b/core/src/main/assets/tiles_prison.png differ 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 41a9274bc..db378f2ec 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/tiles/DungeonTileSheet.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/tiles/DungeonTileSheet.java @@ -121,6 +121,7 @@ public class DungeonTileSheet { //floor chasmStitcheable.put( Terrain.EMPTY, CHASM_FLOOR ); chasmStitcheable.put( Terrain.GRASS, CHASM_FLOOR ); + chasmStitcheable.put( Terrain.EMBERS, CHASM_FLOOR ); chasmStitcheable.put( Terrain.EMPTY_WELL, CHASM_FLOOR ); chasmStitcheable.put( Terrain.HIGH_GRASS, CHASM_FLOOR ); chasmStitcheable.put( Terrain.EMPTY_DECO, CHASM_FLOOR );