if (terrain.get(pos.x, pos.y) & TERRAIN_MASK_SWAMP && !_.some(structures, s => s.structureType === STRUCTURE_ROAD)) {
            this.tileCache[encodedPos] = TILE_SWAMP;
            return;
        }