mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-01 21:10:35 +00:00
fixed openplains in nowalls mode
This commit is contained in:
parent
d07ae075bc
commit
98969e4b6b
@ -1714,7 +1714,7 @@ EX void buildBigStuff(cell *c, cell *from) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX bool openplains(cell *c) {
|
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;
|
forCellEx(c2, c) if(c2->land != laHunting) return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user