mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
Orb of the Fish is no longer useless in Wetland and Frog Park
This commit is contained in:
parent
0d5625221e
commit
766c7389d5
@ -352,7 +352,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
||||
if(it == itOrbSword && l == laBurial)
|
||||
return olrAlways;
|
||||
|
||||
if(it == itOrbFish && !among(l, laOcean, laLivefjord, laWhirlpool, laCamelot, laTortoise, laWarpCoast, laWarpSea, laCocytus, laBrownian, laVariant))
|
||||
if(it == itOrbFish && !among(l, laOcean, laLivefjord, laWhirlpool, laCamelot, laTortoise, laWarpCoast, laWarpSea, laCocytus, laBrownian, laVariant, laWet, laFrog))
|
||||
return olrUseless;
|
||||
|
||||
if(it == itOrbDomination && l != laOcean && l != laRedRock && l != laDesert &&
|
||||
|
Loading…
Reference in New Issue
Block a user