Skip to content

Commit

Permalink
sacar errores
Browse files Browse the repository at this point in the history
  • Loading branch information
aaavril committed Nov 7, 2024
1 parent 5d67e72 commit 68a1045
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Library/Domain/Domain/Facade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public string PlayerAttack(string attackerName, string defenderName, string move
//Para eso definir de default 1

//Ejecuta el ataque
attacker.ActiveMove.ExecuteMove(attacker, defender, criticalHit);
//attacker.ActiveMove.ExecuteMove(attacker, defender, criticalHit);

// Ejecuta el efecto de los ataques especiales que reducen el HP por turno
if (attackingPokemon.IsPoisoned)
Expand Down
21 changes: 17 additions & 4 deletions src/Library/Library.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68a1045

Please sign in to comment.