mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	ls:: fixed weird trees in ideal Voronoi
This commit is contained in:
		| @@ -472,7 +472,12 @@ EX void beCIsland(cell *c) { | ||||
|   } | ||||
|  | ||||
| EX void generateTreasureIsland(cell *c) { | ||||
|   gen_alt(c); | ||||
|   if(ls::voronoi_structure()) { | ||||
|     if(c->land != laCaribbean) return; | ||||
|     } | ||||
|   else { | ||||
|     gen_alt(c); | ||||
|     } | ||||
|   if(isOnCIsland(c)) return; | ||||
|    | ||||
|   bool src = hrand(100) < 10; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue