mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
Orb of Friendship no longer appears in Terracotta Army
This commit is contained in:
parent
2ef9268c01
commit
6ce9681497
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user