From 420b497cf259ef46d075f93cd4be4e3ef9291860 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Wed, 9 Sep 2020 17:18:08 -0600 Subject: [PATCH] Only the player can step on hints --- js/tiletypes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/tiletypes.js b/js/tiletypes.js index 7458710..86aa8ae 100644 --- a/js/tiletypes.js +++ b/js/tiletypes.js @@ -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,