1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-21 19:44:04 +00:00

Asteroids now has some gameplay in non-shmup

This commit is contained in:
Zeno Rogue
2024-03-14 19:52:22 +01:00
parent 68f5ad6e92
commit cbccf4936d
5 changed files with 17 additions and 3 deletions

View File

@@ -564,6 +564,7 @@ EX eLand getNewLand(eLand old) {
tab[cnt++] = laHalloween;
tab[cnt++] = laWildWest;
tab[cnt++] = laAsteroids;
// the advanced lands
if(all_unlocked || gold() >= R60) {