Make Acrobatics XP prevention cool down, after teleporting configurable

Adds #1906
This commit is contained in:
TfT_02
2014-03-09 15:24:24 +01:00
parent 862d38b587
commit e1a8f02bce
5 changed files with 6 additions and 4 deletions

View File

@ -422,7 +422,7 @@ public class Config extends AutoUpdateConfigLoader {
/* Acrobatics */
public boolean getDodgeLightningDisabled() { return config.getBoolean("Skills.Acrobatics.Prevent_Dodge_Lightning", false); }
public boolean getPreventXPAfterTeleport() { return config.getBoolean("Skills.Acrobatics.Prevent_XP_After_Teleport", true); }
public int getXPAfterTeleportCooldown() { return config.getInt("Skills.Acrobatics.XP_After_Teleport_Cooldown", 5); }
/* Alchemy */
public boolean getEnabledForHoppers() { return config.getBoolean("Skills.Alchemy.Enabled_for_Hoppers", true); }