mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-09 02:03:00 +00:00
Orb of Chaos is now forbidden in the Dungeon
This commit is contained in:
@@ -401,7 +401,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
|||||||
if(l == laDungeon) {
|
if(l == laDungeon) {
|
||||||
if(it == itOrbSafety || it == itOrbFrog ||
|
if(it == itOrbSafety || it == itOrbFrog ||
|
||||||
it == itOrbTeleport || it == itOrbMatter || it == itOrbNature ||
|
it == itOrbTeleport || it == itOrbMatter || it == itOrbNature ||
|
||||||
it == itOrbAether || it == itOrbSummon || it == itOrbStone)
|
it == itOrbAether || it == itOrbSummon || it == itOrbStone || it == itOrbChaos)
|
||||||
return olrForbidden;
|
return olrForbidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user