Removed the stat trackers for the downgrades and prevented downgrades from combining with each other in an anvil.

This commit is contained in:
WayofTime 2016-10-09 10:44:50 -04:00
parent ed8427c04e
commit f74f46ab4a
25 changed files with 122 additions and 742 deletions

View file

@ -73,9 +73,4 @@ public abstract class StatTracker
public abstract boolean providesUpgrade(String key);
public abstract void onArmourUpgradeAdded(LivingArmourUpgrade upgrade);
public boolean isTrackerDowngrade()
{
return false;
}
}