Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Piece differential weight increased to 5 - so strong!
  • Loading branch information
Aaron committed May 1, 2016
1 parent 4be7c54 commit 7f3e5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/GameConstants.java
Expand Up @@ -27,6 +27,6 @@ public class GameConstants {
public static final int KCENT_WEIGHT = 2;
public static final int MOB_WEIGHT = 1;
public static final int POLE_WEIGHT = 2;
public static final int PIECE_DIFFERENTIAL_WEIGHT = 3;
public static final int PIECE_DIFFERENTIAL_WEIGHT = 5;

}

0 comments on commit 7f3e5e1

Please sign in to comment.