1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

item/monster/wall/land types done with X-macros; flags given too

This commit is contained in:
Zeno Rogue
2019-03-23 16:26:53 +01:00
parent f3e0ae4904
commit 02a174b3ca
7 changed files with 299 additions and 2131 deletions

View File

@@ -2376,6 +2376,8 @@ void giantLandSwitch(cell *c, int d, cell *from) {
#endif
c->monst = moGhost;
break;
case landtypes: break;
}
}