You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Condicional::Condicional(std::string nome, int poderBase, int precisao, Tipo &tipo, bool especial, int condicao, int chance) : Golpe(nome, poderBase, precisao, tipo, especial), _condicao(condicao), _chance(chance) {} // Construtor