Fixed processing power issue where values continually increased up to infinity

This commit is contained in:
Doug Gabehart 2016-12-15 09:10:45 -06:00
parent 6364378437
commit b41c3370cc

View file

@ -373,7 +373,7 @@ public class ArmorData {
continue;
// if(armorData != null && armorData.mStat != null && armorData.mStat.containsKey(statType))
// {
change(mStat, statType, armorData.mStat.get(statType));
set(mStat, statType, armorData.mStat.get(statType));
// }
/*change(mStat, StatType.MAGNET, armorData.mStat.get(StatType.MAGNET));
change(mStat, StatType.THORNS, armorData.mStat.get(StatType.THORNS));