Only the player can step on hints
This commit is contained in:
parent
a3928b2865
commit
420b497cf2
@ -784,6 +784,8 @@ const TILE_TYPES = {
|
||||
hint: {
|
||||
draw_layer: LAYER_TERRAIN,
|
||||
is_hint: true,
|
||||
blocks_monsters: true,
|
||||
blocks_blocks: true,
|
||||
},
|
||||
socket: {
|
||||
draw_layer: LAYER_TERRAIN,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user