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

This commit is contained in:
Zeno Rogue 2018-12-25 23:58:37 +01:00
parent 6ca2768641
commit 0a5fd1a328
1 changed files with 1 additions and 1 deletions

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++) {