Buff speed upgrades again, fixes #1466

This commit is contained in:
modmuss50 2018-03-26 16:05:45 +01:00
parent 8886331f8b
commit 8e983e33ac
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -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);
} }