v3.0.0: fixed not-cancelling WndGlyph re-showing a WndEnchant sometimes

This commit is contained in:
Evan Debenham
2025-01-20 15:29:14 -05:00
parent 6808ee97d8
commit ed9230a950

View File

@@ -172,6 +172,8 @@ public class ScrollOfEnchantment extends ExoticScroll {
enchantments[0] = ench1;
enchantments[1] = ench2;
enchantments[2] = ench3;
WndGlyphSelect.arm = null;
}
@Override
@@ -232,6 +234,8 @@ public class ScrollOfEnchantment extends ExoticScroll {
glyphs[0] = glyph1;
glyphs[1] = glyph2;
glyphs[2] = glyph3;
WndEnchantSelect.wep = null;
}
@Override