Only the player can step on hints

This commit is contained in:
Eevee (Evelyn Woods) 2020-09-09 17:18:08 -06:00
parent a3928b2865
commit 420b497cf2

View File

@ -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,