1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

Orb of Earth no longer marked useless in CC

This commit is contained in:
Zeno Rogue 2021-06-06 10:20:47 +02:00
parent facb0a04d5
commit 4a4a0fc217

View File

@ -321,7 +321,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))
laMountain, laHunting, laWarpSea, laWarpCoast, laCursed))
return olrPrize25;
return olrUseless;
}