if(y > 0) {
        var bottom = copy[x][y-1];
        if(countsForCavern(bottom)) { iterateCaverns(ct, x, y-1); }
      }