diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java index 9d1f4375a..f7ee1e246 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java @@ -77,7 +77,6 @@ public class Armor extends EquipableItem { @Override public void restoreFromBundle( Bundle bundle ) { super.restoreFromBundle( bundle ); - glyph = (Glyph)bundle.get( GLYPH ); if ((hitsToKnow = bundle.getInt( UNFAMILIRIARITY )) == 0) { hitsToKnow = HITS_TO_KNOW; }