mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
3d:: equidistant/gravity/brownian lands disabled for now
This commit is contained in:
parent
7bdea22d2a
commit
29e8bbd9d4
@ -1159,6 +1159,10 @@ land_validity_t& land_validity(eLand l) {
|
||||
if(among(l, laBrownian, laWestWall, laVariant))
|
||||
return disabled;
|
||||
#endif
|
||||
|
||||
if(DIM == 3) {
|
||||
if(isEquidLand(l) || isGravityLand(l) || l == laBrownian) return not_implemented;
|
||||
}
|
||||
|
||||
if(l == laBrownian) {
|
||||
if(quotient || !hyperbolic || geometry == gCrystal) return dont_work;
|
||||
|
Loading…
Reference in New Issue
Block a user