mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 03:27:55 +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;
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user