mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 20:27:10 +00:00
Orb of Chaos is now forbidden in the Princess Quest
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user