diff --git a/orbgen.cpp b/orbgen.cpp index c7666f0e..daa7d85b 100644 --- a/orbgen.cpp +++ b/orbgen.cpp @@ -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; }