mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
Orb of Chaos is now forbidden in the Dungeon
This commit is contained in:
parent
0c20fdeccb
commit
c9ee75cdea
@ -401,7 +401,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
||||
if(l == laDungeon) {
|
||||
if(it == itOrbSafety || it == itOrbFrog ||
|
||||
it == itOrbTeleport || it == itOrbMatter || it == itOrbNature ||
|
||||
it == itOrbAether || it == itOrbSummon || it == itOrbStone)
|
||||
it == itOrbAether || it == itOrbSummon || it == itOrbStone || it == itOrbChaos)
|
||||
return olrForbidden;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user