Ejemplo n.º 1
0
 public void BurnAsSecondaryEffect()
 {
     if (!Substitute.IsActive)
     {
         BurnDecreasingAttack = true;
         Pokemon.Burn();
     }
 }
Ejemplo n.º 2
0
 public void BurnAsPrimaryEffect()
 {
     BurnDecreasingAttack = true;
     Pokemon.Burn();
 }