Buff speed upgrades again, fixes #1466
This commit is contained in:
parent
8886331f8b
commit
8e983e33ac
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ public class ItemUpgrades extends ItemTR implements IUpgrade {
|
||||||
ItemStack stack) {
|
ItemStack stack) {
|
||||||
|
|
||||||
if (stack.getItemDamage() == 0) {
|
if (stack.getItemDamage() == 0) {
|
||||||
handler.addSpeedMulti(0.5);
|
handler.addSpeedMulti(0.25);
|
||||||
handler.addPowerMulti(0.75);
|
handler.addPowerMulti(0.75);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue