Added Iron Grip skill to Unarmed which gives players an chance to keep

from being disarmed.
This commit is contained in:
GJ
2012-04-18 23:34:46 -04:00
parent c265aad6d7
commit e3267f2e0c
5 changed files with 31 additions and 6 deletions

View File

@ -30,7 +30,7 @@ public class MmoeditCommand implements CommandExecutor {
int newValue;
SkillType skill;
String skillName;
String usage = ChatColor.RED + "Proper usage is /mmoedit [player] <skill> <newvalue>"; //TODO: Needs more locale.
String usage = ChatColor.RED + "Proper usage is /mmoedit [player] <skill> <level>"; //TODO: Needs more locale.
if (CommandHelper.noCommandPermissions(sender, "mcmmo.tools.mmoedit")) {
return true;