public void SetActionPips(bool isOn) { if (isOn) { health.AddActionIndicator(); } else { health.RemoveActionIndicator(); } }