mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	legacy in top_land
This commit is contained in:
		| @@ -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); | ||||
|       } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue