mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
marked Orb of Lava as useless in the Haunted Woods
This commit is contained in:
parent
cc5909e999
commit
03999b75ca
@ -325,6 +325,9 @@ eOrbLandRelation getOLR(eItem it, eLand l) {
|
||||
if(it == itOrbDragon || it == itOrbFire || it == itOrbLightning || it == itOrbLava)
|
||||
return olrDangerous;
|
||||
|
||||
if(isHaunted(l) && it == itOrbLava)
|
||||
return olrUseless;
|
||||
|
||||
if(l == laDryForest)
|
||||
if(it == itOrbFire || it == itOrbLightning || it == itOrbLava)
|
||||
return olrDangerous;
|
||||
|
Loading…
Reference in New Issue
Block a user