mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
Merge pull request #162 from jruderman/no_luck_free_fall
Orb of Luck no longer appears in Free Fall
This commit is contained in:
commit
4e447f5548
@ -276,6 +276,8 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
||||
return olrUseless;
|
||||
if(it == itOrbLuck && l == laMountain)
|
||||
return olrUseless;
|
||||
if(it == itOrbLuck && l == laWestWall)
|
||||
return olrUseless;
|
||||
if(it == itOrbLuck && l == laCamelot)
|
||||
return olrUseless;
|
||||
if(it == itOrbLuck && l == laHaunted)
|
||||
|
Loading…
Reference in New Issue
Block a user