Merging 1.7.5 Source: items/weapon changes
This commit is contained in:
@@ -187,7 +187,7 @@ public class MeleeWeapon extends Weapon {
|
||||
super.random();
|
||||
|
||||
if (Random.Int( 10 + level ) == 0) {
|
||||
enchant( Enchantment.random() );
|
||||
enchant();
|
||||
}
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user