Changed various values to double in advanced.yml for the sake of consistency.

This commit is contained in:
GJ
2013-09-12 14:18:13 -04:00
parent 58c7dcb705
commit 25e4700ef9
15 changed files with 121 additions and 119 deletions

View File

@ -8,8 +8,8 @@ import com.gmail.nossr50.util.Permissions;
public class AxesCommand extends SkillCommand {
private String critChance;
private String critChanceLucky;
private float bonusDamage;
private float impactDamage;
private double bonusDamage;
private double impactDamage;
private String skullSplitterLength;
private String skullSplitterLengthEndurance;

View File

@ -14,7 +14,7 @@ public class UnarmedCommand extends SkillCommand {
private String disarmChanceLucky;
private String ironGripChance;
private String ironGripChanceLucky;
private int ironArmBonus;
private double ironArmBonus;
private boolean canBerserk;
private boolean canDisarm;