1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-07 20:29:02 +00:00

ls:: (reverse) ivory tower joins the game again in H/V

This commit is contained in:
Zeno Rogue
2023-09-18 14:34:46 +02:00
parent a74cdeeacc
commit d4247e7b13
5 changed files with 51 additions and 59 deletions

View File

@@ -194,9 +194,10 @@ EX void initgame() {
if(firstland == laHauntedWall) firstland = laGraveyard;
if(firstland == laHaunted && !tactic::on) firstland = laGraveyard;
if(firstland == laMercuryRiver) firstland = laTerracotta;
if(firstland == laMountain && !tactic::on) firstland = laJungle;
if(firstland == laMountain && !tactic::on && !ls::hv_structure()) firstland = laJungle;
if(firstland == laPrincessQuest) firstland = laPalace;
if(firstland == laMemory) firstland = laIce;
if(!ls::hv_structure())
if((isGravityLand(firstland) && !isCyclic(firstland)) || (firstland == laOcean && !safety && !yendor::on)) {
firstland = weirdhyperbolic ? laCrossroads4 : laCrossroads;
easy_specialland = 3;