v0.6.0: fixed chasm blending with bookcases and barricades
This commit is contained in:
parent
d559a495cc
commit
6fc1118b73
|
@ -129,6 +129,8 @@ public class DungeonTileSheet {
|
|||
chasmStitcheable.put( Terrain.STATUE, CHASM_FLOOR );
|
||||
chasmStitcheable.put( Terrain.SECRET_TRAP, CHASM_FLOOR );
|
||||
chasmStitcheable.put( Terrain.TRAP, CHASM_FLOOR );
|
||||
chasmStitcheable.put( Terrain.BOOKSHELF, CHASM_FLOOR );
|
||||
chasmStitcheable.put( Terrain.BARRICADE, CHASM_FLOOR );
|
||||
|
||||
//special floor
|
||||
chasmStitcheable.put( Terrain.EMPTY_SP, CHASM_FLOOR_SP );
|
||||
|
|
Loading…
Reference in New Issue
Block a user