1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-14 05:57:37 +00:00

asteroids:: theming, changed look to invisible floors + grid, provided validity rules

This commit is contained in:
Zeno Rogue
2019-04-04 14:54:55 +02:00
parent 4af11a7f2a
commit f9ba041451
6 changed files with 17 additions and 4 deletions

View File

@@ -2379,6 +2379,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
break;
case laAsteroids:
c->wall = waInvisibleFloor;
break;
case landtypes: break;