mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	3d:: random building of the Plalace
This commit is contained in:
		| @@ -211,7 +211,7 @@ void giantLandSwitch(cell *c, int d, cell *from) { | |||||||
|      |      | ||||||
|     case laPalace: // ------------------------------------------------------------- |     case laPalace: // ------------------------------------------------------------- | ||||||
|      |      | ||||||
|       if(hyperbolic_not37 || fulltorus || S7 < 5 || archimedean) { |       if(hyperbolic_not37 || fulltorus || S7 < 5 || archimedean || DIM == 3) { | ||||||
|         if(d == 9) { |         if(d == 9) { | ||||||
|           int i = hrand(100); |           int i = hrand(100); | ||||||
|           if(i < 10)  |           if(i < 10)  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ?
					?