1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

marked Orb of Earth as useful in Hunting Ground

This commit is contained in:
Zeno Rogue 2017-11-03 22:43:12 +01:00
parent f12e9e9ae9
commit 00d76dc1e5

View File

@ -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;
}