mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-03 23:33:01 +00:00 
			
		
		
		
	fixed CR3 generated in CR2 layout
This commit is contained in:
		@@ -559,6 +559,7 @@ EX bool isbar4(cell *c) {
 | 
				
			|||||||
  }  
 | 
					  }  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EX bool barrier_cross(eLand l, eLand r) {
 | 
					EX bool barrier_cross(eLand l, eLand r) {
 | 
				
			||||||
 | 
					  if(land_structure == lsVineWalls) return false;
 | 
				
			||||||
  if(l == laCrossroads3 || r == laCrossroads3) return hrand(100) < 66;
 | 
					  if(l == laCrossroads3 || r == laCrossroads3) return hrand(100) < 66;
 | 
				
			||||||
  if(land_structure == lsCrossWalls && !among(laCrossroads2, l, r)) return hrand(100) < 90;
 | 
					  if(land_structure == lsCrossWalls && !among(laCrossroads2, l, r)) return hrand(100) < 90;
 | 
				
			||||||
  if(isElemental(l) && isElemental(r)) return hrand(100) < 75;
 | 
					  if(isElemental(l) && isElemental(r)) return hrand(100) < 75;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user