diff --git a/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/model/weapon/WeaponFactory.java b/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/model/weapon/WeaponFactory.java index cf84a490..dfd4ad8c 100644 --- a/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/model/weapon/WeaponFactory.java +++ b/ChaseWhisply/src/main/java/fr/tvbarthel/games/chasewhisply/model/weapon/WeaponFactory.java @@ -8,7 +8,7 @@ public class WeaponFactory { private static final int BASIC_WEAPON_DAMAGE = 1; private static final int BASIC_WEAPON_AMMUNITION_LIMIT = 8; - private static final long BASIC_WEAPON_RELOADING_TIME = 1500; + private static final long BASIC_WEAPON_RELOADING_TIME = 1000; /** * Create a very basic {@link fr.tvbarthel.games.chasewhisply.model.weapon.Weapon}