Added Soft Fall and Strong Legs living armour upgrades.
This commit is contained in:
parent
f9bf63ccf1
commit
96ecd73286
14 changed files with 392 additions and 17 deletions
|
@ -84,7 +84,7 @@ public class StatTrackerPhysicalProtect extends StatTracker
|
|||
{
|
||||
List<LivingArmourUpgrade> upgradeList = new ArrayList<LivingArmourUpgrade>();
|
||||
|
||||
for (int i = 0; i < 1; i++)
|
||||
for (int i = 0; i < 10; i++)
|
||||
{
|
||||
if (totalDamage >= damageRequired[i])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue