Nantes Université

Résolution de la fonction attack (Attack is not working)

Open Mouzamilou BAKARY requested to merge E128955T/pokemonBattle:master into master

This merge solve the bug in the attack function by adding "p2.health = p2.health - (5 * (p1.force / p2.armor) + 2);" in line 22 in the pockemon.ts file.

Merge request reports