v0.6.0: allowed pedestal tiles to stich with chasms
This commit is contained in:
parent
675d9722cc
commit
04ca594c13
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue
Block a user