Level 4 StormTrooper downgrade to correctly cost -65 upgrade points (was 65) (#1631)

1.12
Tobias 2019-08-07 17:29:38 +02:00 committed by Nick Ignoffo
parent 1250f1015e
commit f34a89efa7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.world.World;
public class LivingArmourUpgradeStormTrooper extends LivingArmourUpgrade {
public static final int[] costs = new int[]{-10, -25, -40, 65, -90};
public static final int[] costs = new int[]{-10, -25, -40, -65, -90};
public static final float[] inaccuracy = new float[]{0.04f, 0.08f, 0.12f, 0.16f, 0.2f};
public LivingArmourUpgradeStormTrooper(int level) {