mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 10:48:04 +00:00
marked the Orb of Water as useless in Free Fall
This commit is contained in:
@@ -219,6 +219,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
||||
return olrPNever;
|
||||
}
|
||||
|
||||
if(it == itOrbWater && l == laWestWall) return olrUseless;
|
||||
if(it == itOrbSafety && l == laCrossroads5) return olrDangerous;
|
||||
if(it == itOrbFire && l == laKraken) return olrUseless;
|
||||
if(it == itOrbDragon && l == laKraken) return olrUseless;
|
||||
|
Reference in New Issue
Block a user