mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
Orb of Choice is now useless in Land of Motion
This commit is contained in:
parent
c6bf25b5b6
commit
4f078a8763
@ -203,6 +203,8 @@ EX string olrDescriptions[] = {
|
||||
|
||||
EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
||||
|
||||
if(l == laMotion && it == itOrbChoice && !inv::on) return olrUseless;
|
||||
|
||||
if(l == laPower) {
|
||||
if(it == itOrbFire) return olrPNative;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user