1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-15 22:27:38 +00:00

crystal:: compass generation

This commit is contained in:
Zeno Rogue
2018-12-03 23:03:35 +01:00
parent c7f74cc745
commit 46256155d7
5 changed files with 44 additions and 18 deletions

View File

@@ -2484,6 +2484,8 @@ void setdist(cell *c, int d, cell *from) {
placeCrossroadOrbs(c);
else
placeLocalOrbs(c);
if(geometry == gCrystal)
crystal::may_place_compass(c);
}
if(PURE && c->wall == waMirrorWall && c->land == laMirror)