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

Asteroids

This commit is contained in:
Zeno Rogue
2019-03-30 17:51:37 +01:00
parent 4727e71590
commit 5356eba11c
12 changed files with 216 additions and 34 deletions

View File

@@ -2377,6 +2377,9 @@ void giantLandSwitch(cell *c, int d, cell *from) {
c->monst = moGhost;
break;
case laAsteroids:
break;
case landtypes: break;
}
}