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