Skip to content

Commit

Permalink
Reduce default reloading time
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarthel-fr committed Sep 8, 2013
1 parent 946ed94 commit 3b06908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3b06908

Please sign in to comment.