From 7f3e5e1ba954228ea146286a8e089f282f1bb555 Mon Sep 17 00:00:00 2001 From: aah13002 Date: Sun, 1 May 2016 00:15:09 -0400 Subject: [PATCH] Piece differential weight increased to 5 - so strong! --- src/controller/GameConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/GameConstants.java b/src/controller/GameConstants.java index e638099..7cc7669 100644 --- a/src/controller/GameConstants.java +++ b/src/controller/GameConstants.java @@ -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; }