mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 14:00:13 +00:00
Orb of Earth no longer marked useless in Wetland
This commit is contained in:
parent
db353755d3
commit
69d0c05628
@ -323,7 +323,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
||||
|
||||
if(it == itOrbDigging) {
|
||||
if(among(l, laCaves, laOcean, laLivefjord, laEmerald, laDesert, laDeadCaves, laRedRock, laCaribbean, laGraveyard,
|
||||
laMountain, laHunting, laWarpSea, laWarpCoast, laCursed))
|
||||
laMountain, laHunting, laWarpSea, laWarpCoast, laCursed, laWet))
|
||||
return olrPrize25;
|
||||
return olrUseless;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user