diff --git a/Data/img/Image_prof/Bezencon.xcf b/Data/img/Image_prof/Bezencon.xcf new file mode 100644 index 0000000..cf168c0 Binary files /dev/null and b/Data/img/Image_prof/Bezencon.xcf differ diff --git a/Data/img/Image_prof/Bianchi.xcf b/Data/img/Image_prof/Bianchi.xcf new file mode 100644 index 0000000..62a2b12 Binary files /dev/null and b/Data/img/Image_prof/Bianchi.xcf differ diff --git a/Data/img/Image_prof/Ellert.xcf b/Data/img/Image_prof/Ellert.xcf new file mode 100644 index 0000000..80fb0b9 Binary files /dev/null and b/Data/img/Image_prof/Ellert.xcf differ diff --git a/Data/img/Image_prof/Epiney.xcf b/Data/img/Image_prof/Epiney.xcf new file mode 100644 index 0000000..f51a332 Binary files /dev/null and b/Data/img/Image_prof/Epiney.xcf differ diff --git a/Data/img/Image_prof/Evequoz.xcf b/Data/img/Image_prof/Evequoz.xcf new file mode 100644 index 0000000..83ab263 Binary files /dev/null and b/Data/img/Image_prof/Evequoz.xcf differ diff --git a/Data/img/Image_prof/Gloeckner.xcf b/Data/img/Image_prof/Gloeckner.xcf new file mode 100644 index 0000000..fed74be Binary files /dev/null and b/Data/img/Image_prof/Gloeckner.xcf differ diff --git a/Data/img/Image_prof/Pavanello.xcf b/Data/img/Image_prof/Pavanello.xcf new file mode 100644 index 0000000..6f55a65 Binary files /dev/null and b/Data/img/Image_prof/Pavanello.xcf differ diff --git a/Data/img/Image_prof/Player.xcf b/Data/img/Image_prof/Player.xcf new file mode 100644 index 0000000..bce2b23 Binary files /dev/null and b/Data/img/Image_prof/Player.xcf differ diff --git a/Data/img/Image_prof/Sallem.xcf b/Data/img/Image_prof/Sallem.xcf new file mode 100644 index 0000000..affcf0b Binary files /dev/null and b/Data/img/Image_prof/Sallem.xcf differ diff --git a/src/Main/PokeMudry.java b/src/Main/PokeMudry.java index c356cd6..c2c9705 100644 --- a/src/Main/PokeMudry.java +++ b/src/Main/PokeMudry.java @@ -67,7 +67,7 @@ public class PokeMudry extends PortableApplication { boolean onMapScreen = sp.screenManager.getActiveScreen().getClass().equals(ScreenMap.class); boolean onBattleScreen = sp.screenManager.getActiveScreen().getClass().equals(ScreenBattle.class); - long timeNow = System.currentTimeMillis(); + long timeNow = System.currentTimeMillis();a if((timeNow-lastMesure) >= 1000){ lastMesure = timeNow; for (Enemy enemy : enemies) { enemy.recoveredTime++; }