mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
removed unnecessary check gp::on
This commit is contained in:
parent
3daecc4981
commit
a7ed148ec3
@ -1115,7 +1115,7 @@ void buildBigStuff(cell *c, cell *from) {
|
|||||||
createAlternateMap(c, 2, hsA);
|
createAlternateMap(c, 2, hsA);
|
||||||
|
|
||||||
if(c->land == laOvergrown && ctof(c) &&
|
if(c->land == laOvergrown && ctof(c) &&
|
||||||
(quickfind(laClearing) || (hrand(I2000) < 25 && !gp::on &&
|
(quickfind(laClearing) || (hrand(I2000) < 25 &&
|
||||||
!randomPatternsMode && items[itMutant] >= U5 &&
|
!randomPatternsMode && items[itMutant] >= U5 &&
|
||||||
isLandIngame(laClearing) &&
|
isLandIngame(laClearing) &&
|
||||||
!tactic::on && !yendor::on))) {
|
!tactic::on && !yendor::on))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user