mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
Yendorian and Ivory now use pattern_special
This commit is contained in:
parent
4ab48f2398
commit
835731e211
@ -1026,7 +1026,9 @@ land_validity_t& land_validity(eLand l) {
|
||||
if(l == laEmerald && hyperbolic && !binarytiling && S7 == 12) return lv::pattern_special;
|
||||
if(l == laZebra) return pattern_not_implemented_random;
|
||||
if(among(l, laWhirlpool, laPrairie, laWestWall, laBull)) return lv::not_3d;
|
||||
if(isGravityLand(l) || l == laBrownian) return not_implemented;
|
||||
if(l == laEndorian && hyperbolic && !quotient) return lv::pattern_special;
|
||||
if(l == laIvoryTower && hyperbolic && binarytiling) return lv::pattern_special;
|
||||
if(l == laDungeon || l == laBrownian) return not_implemented;
|
||||
if(l == laKraken) return binarytiling ? not_binary : not_implemented;
|
||||
if(l == laBurial && !shmup::on) return not_implemented;
|
||||
if(l == laMirrorOld && !shmup::on) return not_implemented;
|
||||
|
Loading…
Reference in New Issue
Block a user