mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
Orb of Chaos is now forbidden in the Princess Quest
This commit is contained in:
parent
1da4ce95d9
commit
42eec2a90f
@ -309,7 +309,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
||||
return olrUseless;
|
||||
|
||||
if(l == laPrincessQuest)
|
||||
if(among(it, itOrbAether, itOrbFlash, itOrbTeleport, itOrbSummon, itOrbFreedom, itOrbFriend, itOrbPhasing))
|
||||
if(among(it, itOrbAether, itOrbFlash, itOrbTeleport, itOrbSummon, itOrbFreedom, itOrbFriend, itOrbPhasing, itOrbChaos))
|
||||
return olrForbidden;
|
||||
|
||||
if(l == laTemple)
|
||||
|
Loading…
Reference in New Issue
Block a user