fix breakable Armor in Wizards
This commit is contained in:
parent
b13b354ce7
commit
73d8aec494
@ -957,6 +957,9 @@ public class Wizards extends SoloGame
|
||||
UtilInv.addDullEnchantment(item);
|
||||
}
|
||||
|
||||
if (UtilItem.isArmor(item))
|
||||
UtilItem.makeUnbreakable(item);
|
||||
|
||||
inv.setItem(UtilMath.r(inv.getSize()), item);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user