From a7ed148ec3acd03a9a343ad59c78a664122c34c1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 17 Jun 2018 19:04:57 +0200 Subject: [PATCH] removed unnecessary check gp::on --- bigstuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigstuff.cpp b/bigstuff.cpp index a01ce557..be3df5ba 100644 --- a/bigstuff.cpp +++ b/bigstuff.cpp @@ -1115,7 +1115,7 @@ void buildBigStuff(cell *c, cell *from) { createAlternateMap(c, 2, hsA); if(c->land == laOvergrown && ctof(c) && - (quickfind(laClearing) || (hrand(I2000) < 25 && !gp::on && + (quickfind(laClearing) || (hrand(I2000) < 25 && !randomPatternsMode && items[itMutant] >= U5 && isLandIngame(laClearing) && !tactic::on && !yendor::on))) {