1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-19 15:15:12 +00:00

[10.3i] random pattern mode: randomized the starting land; Baby Tortoises no longer appear

This commit is contained in:
Zeno Rogue
2018-06-29 13:16:31 +02:00
parent 941982be98
commit cb1a65221c
2 changed files with 2 additions and 2 deletions

View File

@@ -1260,7 +1260,7 @@ void start_game() {
randompattern[i] -= (randompattern[i] % 5);
}
}
if(randomPatternsMode) firstland = pickLandRPM(laNone);
if(randomPatternsMode) specialland = pickLandRPM(laNone);
clearMemoRPM();
}