48    {
   49        super.Start( action_data );
   50        
   51        NVGoggles goggles;
   52        Clothing NVmount;
   53 
   54        NVmount = Clothing.Cast(action_data.m_Target.GetObject());
   55        goggles = NVGoggles.Cast(NVmount.FindAttachmentBySlotName("NVG"));
   56        
   57        goggles.RotateGoggles(goggles.m_IsLowered);
   58    }