public void ExpireEarly() { if (activePotion != null) { StopAllCoroutines(); activePotion.ExpireEffects(); activePotion = null; potionSlider.SetActive(false); } }