1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 03:47:40 +00:00

made Power and Palace work on big spheres, be random on other non-stdeuc geometries

This commit is contained in:
Zeno Rogue
2017-11-03 22:39:46 +01:00
parent afa50f744e
commit ead665e311
2 changed files with 19 additions and 9 deletions

View File

@@ -1117,7 +1117,7 @@ int isLandValid(eLand l) {
}
// laPower and laEmerald and laPalace -> [partial] in quotients and weirdhyperbolic
if((l == laPower || l == laEmerald || l == laPalace) && !stdeuc && !(bigsphere && !elliptic))
if((l == laPower || l == laEmerald || l == laPalace) && !stdeuc && !bigsphere)
return 1;
if(l == laDragon && !stdeuc)