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