v0.9.1c: fixed glyph not being lost from warrior's seal when it should

This commit is contained in:
Evan Debenham 2021-01-11 18:23:38 -05:00
parent bb263d8511
commit 9cf5e4d8a7

View File

@ -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;