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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user