72 {
73 if ( !super.CanReceiveAttachment(attachment, slotId) )
74 return false;
75
77
78
80 {
81 if ( FindAttachmentBySlotName(
"CookingTripod" ) ||
IsOven() )
82 return true;
83 return false;
84 }
86 {
88 return true;
89 return false;
90 }
91
92
93 if ( item.IsKindOf( "Edible_Base" ) )
94 {
96 return true;
97 return false;
98 }
99
100
101 if ( item.IsInherited(TripodBase) )
102 {
103 if (!
IsOven() && !GetHierarchyParent())
104 return true;
105 return false;
106 }
107
108
110 {
111 if ( !GetHierarchyParent() && !
IsBurning() )
112 return true;
113 return false;
114 }
115
116 return true;
117 }
class GP5GasMask extends MaskBase ItemBase