mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +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;
|
return olrUseless;
|
||||||
|
|
||||||
if(l == laPrincessQuest)
|
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;
|
return olrForbidden;
|
||||||
|
|
||||||
if(l == laTemple)
|
if(l == laTemple)
|
||||||
|
Loading…
Reference in New Issue
Block a user