mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
no more great walls in PTM Graveyard
This commit is contained in:
parent
77b6d9eedb
commit
17dc4c7e83
@ -2352,7 +2352,7 @@ void setdist(cell *c, int d, cell *from) {
|
||||
if(d == BARLEV-2 && inmirror(c))
|
||||
buildEquidistant(c);
|
||||
|
||||
if(d == BARLEV-2 && (c->land == laGraveyard || c->land == laHauntedBorder || c->land == laHaunted))
|
||||
if(d == BARLEV-2 && (c->land == laGraveyard || c->land == laHauntedBorder || c->land == laHaunted) && !tactic::on)
|
||||
buildEquidistant(c);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user