Orb of Slaying is no longer considered useful in all lands

This commit is contained in:
Zeno Rogue 2018-05-15 23:30:11 +02:00
parent 0197063fb6
commit 4550a64bdd
1 changed files with 5 additions and 0 deletions

View File

@ -186,6 +186,11 @@ eOrbLandRelation getOLR(eItem it, eLand l) {
if(it == itOrbDigging && l == laKraken) return olrUseless;
if(it == itOrbIllusion && l == laKraken) return olrUseless;
if(it == itOrbSlaying && !among(l,
laMirror, laHell, laEmerald, laDryForest, laCamelot, laPalace, laStorms, laRose, laTortoise, laBurial, laDungeon, laReptile,
laPrairie, laBull, laVolcano, laTerracotta, laRuins))
return olrUseless;
// if(it == itOrbYendor && l == laWhirlpool) return olrUseless;
if(it == itOrbYendor && l == laWhirlwind) return olrUseless;