v0.6.5: fixed armor kit not perserving augmentation

This commit is contained in:
Evan Debenham 2018-04-26 11:11:48 -04:00 committed by Evan Debenham
parent 9328920ec9
commit f8052e9f9e

View File

@ -73,6 +73,7 @@ abstract public class ClassArmor extends Armor {
classArmor.level(armor.level());
classArmor.armorTier = armor.tier;
classArmor.augment = armor.augment;
classArmor.inscribe( armor.glyph );
classArmor.identify();