diff --git a/js/tiletypes.js b/js/tiletypes.js index 2fad042..0905073 100644 --- a/js/tiletypes.js +++ b/js/tiletypes.js @@ -2346,6 +2346,8 @@ const TILE_TYPES = { if (tile.type.name === 'canopy') { // Canopy protects everything else + actor = null; + terrain = null; break; } }