Do a little bit of localebending

This commit is contained in:
TfT_02
2013-09-30 11:32:35 +02:00
parent babb9baa2b
commit 5ad0f2c624
32 changed files with 209 additions and 209 deletions

View File

@ -159,7 +159,7 @@ public class TamingCommand extends SkillCommand {
}
if (canGore) {
player.sendMessage(LocaleLoader.getString("Taming.Combat.Chance.Gore", goreChance) + (isLucky ? LocaleLoader.getString("Perks.lucky.bonus", goreChanceLucky) : ""));
player.sendMessage(LocaleLoader.getString("Taming.Combat.Chance.Gore", goreChance) + (isLucky ? LocaleLoader.getString("Perks.Lucky.Bonus", goreChanceLucky) : ""));
}
}
}