void TurnOnFlashLight()
 {
     if (player.Battery <= 0)
     {
         return;
     }
     fl.On();
 }