Skip to content

Commit

Permalink
Reduce memorize difficulty
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarthel-fr committed Oct 29, 2013
1 parent 0c810db commit ccf6436
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

public class GameModeMemorize extends GameMode {
private static final int RANK_LIMIT_DESERTER = 0;
private static final int RANK_LIMIT_SOLDIER = 3;
private static final int RANK_LIMIT_CORPORAL = 5;
private static final int RANK_LIMIT_SERGEANT = 8;
private static final int RANK_LIMIT_ADMIRAL = 13;
private static final int RANK_LIMIT_SOLDIER = 2;
private static final int RANK_LIMIT_CORPORAL = 4;
private static final int RANK_LIMIT_SERGEANT = 7;
private static final int RANK_LIMIT_ADMIRAL = 10;

public GameModeMemorize() {
super();
Expand Down

0 comments on commit ccf6436

Please sign in to comment.