From 08e2a1eed22381d60df42a4b5764e4bf85f5b4fd Mon Sep 17 00:00:00 2001 From: Fastium <79766552+Fastium@users.noreply.github.com> Date: Mon, 13 Jun 2022 23:12:12 +0200 Subject: [PATCH] xp modifiaction --- src/Text/Attack.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text/Attack.java b/src/Text/Attack.java index a23b2ea..5618f51 100644 --- a/src/Text/Attack.java +++ b/src/Text/Attack.java @@ -11,7 +11,7 @@ public class Attack { private int xp; - Attack(String attack, String answer1,String answer2,String answer3, String answer4, float xp){ + Attack(String attack, String answer1,String answer2,String answer3, String answer4, int xp){ this.attack = attack; this.answer1 = answer1; this.answer2 = answer2;