Camelot a bit more frequent in CR4

This commit is contained in:
Zeno Rogue 2018-08-31 04:18:41 +02:00
parent 3efb8990d7
commit 5dea01b934
1 changed files with 1 additions and 1 deletions

View File

@ -1095,7 +1095,7 @@ void buildBigStuff(cell *c, cell *from) {
}
if((!chaosmode) && bearsCamelot(c->land) && is_master(c) && !binarytiling &&
(quickfind(laCamelot) || peace::on || (hrand(I2000) < 200 && horo_ok() &&
(quickfind(laCamelot) || peace::on || (hrand(I2000) < (c->land == laCrossroads4 ? 800 : 200) && horo_ok() &&
items[itEmerald] >= U5 && !tactic::on))) {
int rtr = newRoundTableRadius();
heptagon *alt = createAlternateMap(c, rtr+14, hsOrigin);