diff --git a/landgen.cpp b/landgen.cpp index 6f3329b5..893aa2c9 100644 --- a/landgen.cpp +++ b/landgen.cpp @@ -2386,7 +2386,7 @@ void setdist(cell *c, int d, cell *from) { } } - if(d <= 3) lastexplore = shmup::on ? shmup::curtime : turncount; + if(d <= 10 - getDistLimit()) lastexplore = shmup::on ? shmup::curtime : turncount; if(buggyGeneration) { if(d < BARLEV) for(int i=0; itype; i++) {