mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-09 11:52:23 +00:00
[bugfix]
This commit is contained in:
@@ -211,7 +211,7 @@ eOrbLandRelation getOLR(eItem it, eLand l) {
|
||||
if(it == itOrbLove) return olrNoPrizeOrb;
|
||||
if(nativeOrbType(l) == it) return olrNative;
|
||||
|
||||
for(orbinfo& oi: orbinfos)
|
||||
for(const orbinfo& oi: orbinfos)
|
||||
if(oi.flags && orbgenflags::GUEST && oi.l == l && oi.orb == it)
|
||||
return olrGuest;
|
||||
|
||||
|
Reference in New Issue
Block a user