marked Orb of Lava as useless in the Haunted Woods

This commit is contained in:
Zeno Rogue 2018-06-11 18:43:30 +02:00
parent cc5909e999
commit 03999b75ca
1 changed files with 3 additions and 0 deletions

View File

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