Hunting Grounds in Chaos

This commit is contained in:
Zeno Rogue 2017-10-11 23:18:33 +02:00
parent 889ae5cd85
commit 623839be07
1 changed files with 4 additions and 0 deletions

View File

@ -1012,6 +1012,10 @@ void buildBigStuff(cell *c, cell *from) {
}
bool openplains(cell *c) {
if(chaosmode) {
forCellEx(c2, c) if(c2->land != laHunting) return false;
return true;
}
if(purehepta) {
celllister cl(c, 5, 1000000, NULL);
int bad = 0;