mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +00:00
Allow Orb of the Woods to appear in Bull Dash as a prize orb
This commit is contained in:
parent
bfe81feb2c
commit
877ce3771a
@ -333,7 +333,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
|||||||
|
|
||||||
if(it == itOrbWoods && !among(l,
|
if(it == itOrbWoods && !among(l,
|
||||||
laDryForest, laWineyard, laCaribbean, laOvergrown, laHaunted, laHauntedWall, laHauntedBorder, laTortoise, laFrog, laEclectic,
|
laDryForest, laWineyard, laCaribbean, laOvergrown, laHaunted, laHauntedWall, laHauntedBorder, laTortoise, laFrog, laEclectic,
|
||||||
laVariant))
|
laVariant, laBull))
|
||||||
return olrUseless;
|
return olrUseless;
|
||||||
|
|
||||||
if(it == itShard) {
|
if(it == itShard) {
|
||||||
|
Loading…
Reference in New Issue
Block a user