mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	No more Lost Mountains in quotient Jungle etc.
This commit is contained in:
		| @@ -1167,6 +1167,9 @@ void buildCamelotWall(cell *c) { | |||||||
|   } |   } | ||||||
|  |  | ||||||
| void moreBigStuff(cell *c) { | void moreBigStuff(cell *c) { | ||||||
|  |  | ||||||
|  |   if(quotient) return; | ||||||
|  |  | ||||||
|   if(c->land == laPalace && !euclid && c->master->alt) { |   if(c->land == laPalace && !euclid && c->master->alt) { | ||||||
|     int d = celldistAlt(c); |     int d = celldistAlt(c); | ||||||
|     if(d <= PRADIUS1) generateAlts(c->master); |     if(d <= PRADIUS1) generateAlts(c->master); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue