mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	Orb of Slaying is no longer considered useful in all lands
This commit is contained in:
		| @@ -186,6 +186,11 @@ eOrbLandRelation getOLR(eItem it, eLand l) { | |||||||
|   if(it == itOrbDigging && l == laKraken) return olrUseless; |   if(it == itOrbDigging && l == laKraken) return olrUseless; | ||||||
|   if(it == itOrbIllusion && l == laKraken) return olrUseless; |   if(it == itOrbIllusion && l == laKraken) return olrUseless; | ||||||
|    |    | ||||||
|  |   if(it == itOrbSlaying && !among(l,  | ||||||
|  |     laMirror, laHell, laEmerald, laDryForest, laCamelot, laPalace, laStorms, laRose, laTortoise, laBurial, laDungeon, laReptile,  | ||||||
|  |     laPrairie, laBull, laVolcano, laTerracotta, laRuins)) | ||||||
|  |     return olrUseless; | ||||||
|  |    | ||||||
|   // if(it == itOrbYendor && l == laWhirlpool) return olrUseless; |   // if(it == itOrbYendor && l == laWhirlpool) return olrUseless; | ||||||
|   if(it == itOrbYendor && l == laWhirlwind) return olrUseless; |   if(it == itOrbYendor && l == laWhirlwind) return olrUseless; | ||||||
|    |    | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue