void Pickable.PickUp()
 {
     flashlight.AddBattery(Random.Range(5f, 20f));
     Destroy(gameObject);
 }