diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java index c47b83be7..ca2b8954e 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/armor/Armor.java @@ -558,7 +558,7 @@ public class Armor extends EquipableItem { updateQuickslot(); //the hero needs runic transference to actually transfer, but we still attach the glyph here // in case they take that talent in the future - if (glyph != null && seal != null){ + if (seal != null){ seal.setGlyph(glyph); } return this;