mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	in getNewLand, both laMirrorOld and laMirror are now options, so both are supported in custom land list
This commit is contained in:
		| @@ -552,7 +552,8 @@ EX eLand getNewLand(eLand old) { | |||||||
|   // the intermediate lands |   // the intermediate lands | ||||||
|   if(all_unlocked || gold() >= R30) { |   if(all_unlocked || gold() >= R30) { | ||||||
|     tab[cnt++] = laCrossroads; |     tab[cnt++] = laCrossroads; | ||||||
|     tab[cnt++] = (geometry || ls::hv_structure()) ? laMirrorOld : laMirror; |     tab[cnt++] = laMirrorOld; | ||||||
|  |     tab[cnt++] = laMirror; | ||||||
|     tab[cnt++] = laOcean; |     tab[cnt++] = laOcean; | ||||||
|     tab[cnt++] = laLivefjord; |     tab[cnt++] = laLivefjord; | ||||||
|     if(all_unlocked || kills[moVizier]) tab[cnt++] = laEmerald; |     if(all_unlocked || kills[moVizier]) tab[cnt++] = laEmerald; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue