1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-12 15:26:00 +00:00

Merge pull request #242 from jruderman/slaying_cursed

Allow Orb of Slaying to appear in Cursed Canyon as a prize orb
This commit is contained in:
Zeno Rogue
2021-07-18 18:35:21 +02:00
committed by GitHub

View File

@@ -297,7 +297,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
if(it == itOrbSlaying && !among(l,
laMirror, laHell, laEmerald, laDryForest, laCamelot, laPalace, laStorms, laRose, laTortoise, laBurial, laDungeon, laReptile,
laPrairie, laBull, laVolcano, laTerracotta, laRuins, laVariant, laEclectic, laBrownian))
laPrairie, laBull, laVolcano, laTerracotta, laRuins, laVariant, laEclectic, laBrownian, laCursed))
return olrUseless;
if(l == laCocytus)