v0.2.4d: fixed a bug where bonus DR would be lost from inscribed armor
This commit is contained in:
parent
cf298acb17
commit
ddb8bf5c2f
|
@ -77,7 +77,6 @@ public class Armor extends EquipableItem {
|
||||||
@Override
|
@Override
|
||||||
public void restoreFromBundle( Bundle bundle ) {
|
public void restoreFromBundle( Bundle bundle ) {
|
||||||
super.restoreFromBundle( bundle );
|
super.restoreFromBundle( bundle );
|
||||||
glyph = (Glyph)bundle.get( GLYPH );
|
|
||||||
if ((hitsToKnow = bundle.getInt( UNFAMILIRIARITY )) == 0) {
|
if ((hitsToKnow = bundle.getInt( UNFAMILIRIARITY )) == 0) {
|
||||||
hitsToKnow = HITS_TO_KNOW;
|
hitsToKnow = HITS_TO_KNOW;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user