crystal:: no more compasses in minefields

This commit is contained in:
Zeno Rogue 2019-01-17 00:57:06 +01:00
parent 7a589090d3
commit f6ce7c9039
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}