mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-04 15:53:00 +00:00 
			
		
		
		
	Orb of Fish is no longer marked useless in Warped Coast/Sea, Cocytus, Brown Islands, and Irradiated Fields
This commit is contained in:
		@@ -344,8 +344,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
 | 
			
		||||
  if(it == itOrbSword && l == laBurial)
 | 
			
		||||
    return olrAlways;
 | 
			
		||||
    
 | 
			
		||||
  if(it == itOrbFish && l != laOcean && l != laLivefjord && l != laWhirlpool && l != laCamelot &&
 | 
			
		||||
    l != laTortoise)
 | 
			
		||||
  if(it == itOrbFish && !among(l, laOcean, laLivefjord, laWhirlpool, laCamelot, laTortoise, laWarpCoast, laWarpSea, laCocytus, laBrownian, laVariant))
 | 
			
		||||
    return olrUseless;
 | 
			
		||||
 | 
			
		||||
  if(it == itOrbDomination && l != laOcean && l != laRedRock && l != laDesert &&
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user