mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +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:
commit
8c6aba5f6f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user