1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-05 05:30:09 +00:00

also made laElementalWall available

This commit is contained in:
Zeno Rogue 2023-09-22 12:37:30 +02:00
parent 64a89e732f
commit 2c171f7be4

View File

@ -877,7 +877,7 @@ EX land_validity_t& land_validity(eLand l) {
if(l == laMirrorOld && !shmup::on) return not_implemented;
}
if(ls::hv_structure() && among(l, laPrairie, laDungeon, laEndorian, laBrownian, laElementalWall, laWarpCoast, laWarpSea, laPrincessQuest)) return not_in_hv;
if(ls::hv_structure() && among(l, laPrairie, laDungeon, laEndorian, laBrownian, laWarpCoast, laWarpSea, laPrincessQuest)) return not_in_hv;
if(ls::voronoi_structure() && among(l, laCamelot, laWhirlpool, laClearing)) return not_in_hv;
if(ls::horodisk_structure() && l != laCrossroads && isCrossroads(l)) return not_in_hv;