1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 01:00:25 +00:00

Orb of Luck no longer appears in Free Fall

This commit is contained in:
Jesse Ruderman 2021-06-27 02:25:08 -07:00
parent 2ef9268c01
commit a5b219ebb3

View File

@ -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)