mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 03:02:49 +00:00
one missing commit for 10.2e
This commit is contained in:
parent
721ab78790
commit
22535c919c
@ -212,7 +212,7 @@ eOrbLandRelation getOLR(eItem it, eLand l) {
|
|||||||
if(nativeOrbType(l) == it) return olrNative;
|
if(nativeOrbType(l) == it) return olrNative;
|
||||||
|
|
||||||
for(const orbinfo& oi: orbinfos)
|
for(const orbinfo& oi: orbinfos)
|
||||||
if(oi.flags && orbgenflags::GUEST && oi.l == l && oi.orb == it)
|
if((oi.flags & orbgenflags::GUEST) && oi.l == l && oi.orb == it)
|
||||||
return olrGuest;
|
return olrGuest;
|
||||||
|
|
||||||
if(it == itOrbLuck && l == laIvoryTower)
|
if(it == itOrbLuck && l == laIvoryTower)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user