1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-22 23:17:04 +00:00

legacy in top_land

This commit is contained in:
Zeno Rogue 2019-08-03 12:42:49 +02:00
parent 14e86830b3
commit 18376d2a48

View File

@ -1248,8 +1248,8 @@ void buildBigStuff(cell *c, cell *from) {
// buildgreatwalls
if(top_land && celldist(c) < 3 && !GOLDBERG) {
if(c == cwt.at->master->move(3)->c7) {
if(geometry == gNormal && celldist(c) < 3 && !GOLDBERG) {
if(top_land && c == cwt.at->master->move(3)->c7) {
buildBarrierStrong(c, 6, true, top_land);
}
}