private void ActivateMechanic(string name) { Manager.audio.Play("UI_On"); ActivateButtonImage(); mechanics.Activate(name); mechMenu.skillPoints--; }