mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
marked Orb of Earth as useful in Hunting Ground
This commit is contained in:
parent
f12e9e9ae9
commit
00d76dc1e5
@ -271,7 +271,7 @@ eOrbLandRelation getOLR(eItem it, eLand l) {
|
||||
if(it == itOrbDigging) {
|
||||
if(l == laCaves || l == laOcean || l == laLivefjord || l == laEmerald ||
|
||||
l == laDesert || l == laDeadCaves || l == laRedRock || l == laCaribbean || l == laGraveyard ||
|
||||
l == laMountain)
|
||||
l == laMountain || l == laHunting)
|
||||
return olrPrize25;
|
||||
return olrUseless;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user