mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 13:57:38 +00:00
Asteroids
This commit is contained in:
@@ -2377,6 +2377,9 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
c->monst = moGhost;
|
||||
break;
|
||||
|
||||
case laAsteroids:
|
||||
break;
|
||||
|
||||
case landtypes: break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user