Exemplo n.º 1
0
void AppliqueBaseProtection::appliquerSortSurCase(Case &cible, Sort* sortExecutant)
{
    cible.modifierDefenseReel(this->valeur);
}
Exemplo n.º 2
0
void AppliqueBaseProtection::retirerSortDeCase(Case &cible, Sort* sortExecutant)
{
    cible.modifierDefenseReel(-this->valeur);
}