Added the Draft of Angelus, which increases the max number of upgrade points for Living Armour.
This commit is contained in:
parent
e509b4fe69
commit
f8859dbf56
12 changed files with 218 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue