mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 06:37:38 +00:00
Merge pull request #165 from jruderman/friend_terracotta
Orb of Friendship no longer appears in Terracotta Army
This commit is contained in:
@@ -395,6 +395,9 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
|
|||||||
return olrForbidden;
|
return olrForbidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(l == laTerracotta && it == itOrbFriend)
|
||||||
|
return olrDangerous;
|
||||||
|
|
||||||
return olrPrize25;
|
return olrPrize25;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user