v0.6.0: allowed pedestal tiles to stich with chasms

This commit is contained in:
Evan Debenham 2017-05-25 19:35:05 -04:00
parent 675d9722cc
commit 04ca594c13

View File

@ -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 );