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 ... ");