mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
[bugfix]
This commit is contained in:
parent
386ea268f7
commit
ec3fb2ec80
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user