mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	fixed warp in weirdhyperbolic (was disabled for some reason)
This commit is contained in:
		| @@ -1557,7 +1557,7 @@ void giantLandSwitch(cell *c, int d, cell *from) { | ||||
|       if(d == 9 && randomPatternsMode) | ||||
|         setland(c, RANDPAT ? laWarpCoast : laWarpSea);  | ||||
|        | ||||
|       if(d == 8 && !weirdhyperbolic) { | ||||
|       if(d == 8) { | ||||
|         if(c->land == laWarpCoast) { | ||||
|           if(hrand(1000) < 150 && celldist(c) >= 3 && !pseudohept(c))  | ||||
|             c->wall = waSmallTree; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue