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

Merge pull request #243 from jruderman/woods_bull

Allow Orb of the Woods to appear in Bull Dash as a prize orb
This commit is contained in:
Zeno Rogue 2021-07-18 12:22:37 +02:00 committed by GitHub
commit d0e6ac7d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -333,7 +333,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
if(it == itOrbWoods && !among(l,
laDryForest, laWineyard, laCaribbean, laOvergrown, laHaunted, laHauntedWall, laHauntedBorder, laTortoise, laFrog, laEclectic,
laVariant))
laVariant, laBull))
return olrUseless;
if(it == itShard) {