mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
Orb of Slaying is no longer considered useful in all lands
This commit is contained in:
parent
0197063fb6
commit
4550a64bdd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user