Allows for 12 modifiers in abilities instead of 9

This commit is contained in:
Gunging 2022-03-30 19:38:21 -05:00
parent 58e6e61ad8
commit f6efa2c36d

View File

@ -36,7 +36,7 @@ public class AbilityEdition extends EditionInventory {
private RegisteredSkill ability; private RegisteredSkill ability;
private static final DecimalFormat modifierFormat = new DecimalFormat("0.###"); private static final DecimalFormat modifierFormat = new DecimalFormat("0.###");
private static final int[] slots = { 23, 24, 25, 32, 33, 34, 41, 42, 43 }; private static final int[] slots = { 23, 24, 25, 32, 33, 34, 41, 42, 43, 50, 51, 52 };
public AbilityEdition(Player player, MMOItemTemplate template, String configKey) { public AbilityEdition(Player player, MMOItemTemplate template, String configKey) {
super(player, template); super(player, template);