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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user