ghosts no longer appear without reason in Crystal and other low-distlimit geometries

This commit is contained in:
Zeno Rogue
2019-02-06 18:48:51 +01:00
parent 6ca2768641
commit 0a5fd1a328
+1 -1
View File
@@ -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; i<c->type; i++) {