mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
Slaying is now marked useful in Eclectic and Brownian
This commit is contained in:
parent
38eb8c5122
commit
11e7ddc8ee
@ -238,7 +238,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
|||||||
|
|
||||||
if(it == itOrbSlaying && !among(l,
|
if(it == itOrbSlaying && !among(l,
|
||||||
laMirror, laHell, laEmerald, laDryForest, laCamelot, laPalace, laStorms, laRose, laTortoise, laBurial, laDungeon, laReptile,
|
laMirror, laHell, laEmerald, laDryForest, laCamelot, laPalace, laStorms, laRose, laTortoise, laBurial, laDungeon, laReptile,
|
||||||
laPrairie, laBull, laVolcano, laTerracotta, laRuins, laVariant))
|
laPrairie, laBull, laVolcano, laTerracotta, laRuins, laVariant, laEclectic, laBrownian))
|
||||||
return olrUseless;
|
return olrUseless;
|
||||||
|
|
||||||
if(it == itOrbYendor && among(l, laWhirlwind, laWestWall)) return olrUseless;
|
if(it == itOrbYendor && among(l, laWhirlwind, laWestWall)) return olrUseless;
|
||||||
|
Loading…
Reference in New Issue
Block a user