Added KB resistance upgrade

This commit is contained in:
WayofTime 2016-01-05 18:06:07 -05:00
parent 1a7ae8d99c
commit 31d41d06ab
7 changed files with 172 additions and 2 deletions

View file

@ -86,7 +86,7 @@ public class StatTrackerMovement extends StatTracker
for (int i = 0; i < 10; i++)
{
if (totalMovement > blocksRequired[i])
if (totalMovement >= blocksRequired[i])
{
upgradeList.add(new LivingArmourUpgradeSpeed(i));
}