From ae49a00f271d7d0441b69c5ed3f173030ce77e65 Mon Sep 17 00:00:00 2001 From: Fastium <79766552+Fastium@users.noreply.github.com> Date: Fri, 17 Jun 2022 09:38:00 +0200 Subject: [PATCH] b --- src/Text/TextEnemy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text/TextEnemy.java b/src/Text/TextEnemy.java index d7001d4..961e579 100644 --- a/src/Text/TextEnemy.java +++ b/src/Text/TextEnemy.java @@ -87,7 +87,7 @@ public class TextEnemy { } //Format the line - String attack = formatLine(speechData.getSpeechs(i++) + fightData.getAttack(orderAttack[j]).attack + " ? ("+fightData.getAttack(orderAttack[j]).getXp()+ ") ", CUT); + String attack = formatLine(speechData.getSpeechs(i++) + fightData.getAttack(orderAttack[j]).attack + " ("+fightData.getAttack(orderAttack[j]).getXp()+ ") ", CUT); String answer1 = formatLine("1. " + fightData.getAttack(orderAttack[j]).getAnswer(orderAnswer[0]) , CUT); String answer2 = formatLine("2. " + fightData.getAttack(orderAttack[j]).getAnswer(orderAnswer[1]) , CUT); String answer3 = formatLine("3. " + fightData.getAttack(orderAttack[j]).getAnswer(orderAnswer[2]) , CUT);