mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 19:27:54 +00:00
Orb of Friendship no longer appears in Terracotta Army
This commit is contained in:
@@ -394,6 +394,9 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
||||
it == itOrbAether || it == itOrbSummon || it == itOrbStone)
|
||||
return olrForbidden;
|
||||
}
|
||||
|
||||
if(l == laTerracotta && it == itOrbFriend)
|
||||
return olrDangerous;
|
||||
|
||||
return olrPrize25;
|
||||
}
|
||||
|
Reference in New Issue
Block a user