Skip to content
Snippets Groups Projects
Commit 7cfa322a authored by Charlie Darques's avatar Charlie Darques
Browse files

rajout d'un oubli

parent 6e61bbdf
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ public class Level{
Display.clearDialogBox();
System.out.println('\n');
System.out.println(" Congrats! "+'\n');
System.out.println(" you won your first fight! + \n \t let's see what you can do with your second ennemy... Good luck! \n\t your currrent enemy level is "+level.getEnnemy().getLevel());
System.out.println(" you won your first fight! + \n \t let's see what you can do with your second ennemy... Good luck! \n\t your currrent enemy level is "+this.getEnnemy().getLevel());
System.out.println(" \n this time your enemy health is "+ (int) this.getEnnemy().getCurrentHealth()+ "\n ... ");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment