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:
@@ -1260,7 +1260,7 @@ void start_game() {
|
||||
randompattern[i] -= (randompattern[i] % 5);
|
||||
}
|
||||
}
|
||||
if(randomPatternsMode) firstland = pickLandRPM(laNone);
|
||||
if(randomPatternsMode) specialland = pickLandRPM(laNone);
|
||||
clearMemoRPM();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user