Added the Draft of Angelus, which increases the max number of upgrade points for Living Armour.

This commit is contained in:
WayofTime 2016-06-12 15:20:48 -04:00
parent e509b4fe69
commit f8859dbf56
12 changed files with 218 additions and 1 deletions

View file

@ -92,6 +92,7 @@ public class RitualUpgradeRemove extends Ritual
if (removedUpgrade)
{
((ItemLivingArmour) chestStack.getItem()).setLivingArmour(chestStack, armour, true);
ItemLivingArmour.armourMap.put(chestStack, armour);
masterRitualStone.setActive(false);