mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 18:54:48 +00:00
crystal:: no more compasses in minefields
This commit is contained in:
parent
7a589090d3
commit
f6ce7c9039
@ -2484,7 +2484,7 @@ void setdist(cell *c, int d, cell *from) {
|
||||
placeCrossroadOrbs(c);
|
||||
else
|
||||
placeLocalOrbs(c);
|
||||
if(geometry == gCrystal)
|
||||
if(geometry == gCrystal && c->land != laMinefield)
|
||||
crystal::may_place_compass(c);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user