120 {
121 string slot_name = InventorySlots.GetSlotName(slot_id);
122 if ( super.CanDisplayAttachmentSlot(slot_id) )
123 {
124 if ( slot_name != "CookingEquipment" || FindAttachmentBySlotName( "CookingTripod" ) )
125 return true;
126 }
127
128 return false;
129 }