fixed openplains in nowalls mode

This commit is contained in:
Zeno Rogue 2021-11-07 10:34:53 +01:00
parent d07ae075bc
commit 98969e4b6b
1 changed files with 1 additions and 1 deletions

View File

@ -1714,7 +1714,7 @@ EX void buildBigStuff(cell *c, cell *from) {
}
EX bool openplains(cell *c) {
if(ls::any_chaos()) {
if(ls::any_chaos() || ls::no_walls()) {
forCellEx(c2, c) if(c2->land != laHunting) return false;
return true;
}