mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
in quotient geometries, the whole world is now generated at level 8 (otherwise Blizzard breaks down)
This commit is contained in:
parent
95b1c4d9fa
commit
992d952005
@ -292,6 +292,9 @@ void initgame() {
|
||||
checkmove();
|
||||
playermoved = true;
|
||||
|
||||
if(quotient || sphere)
|
||||
for(cell *c: currentmap->allcells()) setdist(c, 8, NULL);
|
||||
|
||||
if(!cheater) gamerange_bonus = genrange_bonus = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user