См. определение в файле Tripod.c строка 21
22 {
23 if (GetHierarchyParent() && GetHierarchyParent().
IsFireplace() && otherItem)
24 {
25 if (otherItem.IsInherited(Pot) || otherItem.IsInherited(Cauldron))
26 {
27 return false;
28 }
29 }
30 return true;
31 }
override bool IsFireplace()
Перекрестные ссылки IsFireplace().