v0.2.4: corrected enchamtent/glyph logic, renamed scroll of Weapon Upgrade to Scroll of Magical Infusion

This commit is contained in:
Evan Debenham
2015-02-06 15:11:17 -05:00
parent 92afe5977e
commit b2e29708a0
10 changed files with 33 additions and 39 deletions
@@ -172,10 +172,6 @@ public class Armor extends EquipableItem {
return super.upgrade();
}
public Item safeUpgrade() {
return upgrade( glyph != null );
}
@Override
public Item degrade() {
DR -= tier;