public void DiscoverPotion() { potion.DiscoverPotion(); effectNumber = Random.Range(0, Potion.TOTAL_OPTIONS); ShouldProgress(); }