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.
Nantes Université
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.