From 3b06908ecf873fce1411217c674f6ef79eff7eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Barth=C3=A9l=C3=A9my?= Date: Sun, 8 Sep 2013 16:31:21 +0200 Subject: [PATCH] Reduce default reloading time --- .../games/chasewhisply/model/weapon/WeaponFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}