Added KB resistance upgrade
This commit is contained in:
parent
1a7ae8d99c
commit
31d41d06ab
7 changed files with 172 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue