From 3e96178c0f9a12f00a971b52fc158b7a81183cc7 Mon Sep 17 00:00:00 2001 From: Fastium Date: Thu, 16 Jun 2022 20:01:36 +0200 Subject: [PATCH] =?UTF-8?q?oublier=20de=20mettre=20=C3=A0=201600=20pv=20le?= =?UTF-8?q?=20prof=20de=20math?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Main/PokeMudry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/PokeMudry.java b/src/Main/PokeMudry.java index a6a8b15..63813a4 100644 --- a/src/Main/PokeMudry.java +++ b/src/Main/PokeMudry.java @@ -48,7 +48,7 @@ public class PokeMudry extends PortableApplication { // add player, create and add all enemies in entities entities.add((Entity) sp.p); enemies.add(new Enemy("Gloeckner", 1, 7, "lumberjack_sheet32", "21N307", 600, "allemand", Direction.RIGHT)); - enemies.add(new Enemy("Nicollier", 4, 2, "lumberjack_sheet32", "21N308", 20, "mathematique", Direction.LEFT)); + enemies.add(new Enemy("Nicollier", 4, 2, "lumberjack_sheet32", "21N308", 1600, "mathematique", Direction.LEFT)); enemies.add(new Enemy("Mudry", 5, 11, "lumberjack_sheet32", "21N304", 700, "informatique", Direction.DOWN)); enemies.add(new Enemy("Ellert", 1, 4, "lumberjack_sheet32", "23N215", 300, "physique", Direction.RIGHT)); enemies.add(new Enemy("Bianchi", 1, 3, "lumberjack_sheet32", "23N308", 1200, "electricite", Direction.RIGHT));