128 {
129 string slot_name = InventorySlots.GetSlotName(slot_id);
130 if ( super.CanDisplayAttachmentSlot(slot_id) )
131 {
132 if ( slot_name != "CookingEquipment" || FindAttachmentBySlotName( "CookingTripod" ) )
133 return true;
134 }
135
136 return false;
137 }