This commit is contained in:
nossr50
2024-03-30 06:57:55 -07:00
parent d45e48c401
commit 86a5d14a9b
3 changed files with 6 additions and 2 deletions

View File

@ -48,7 +48,8 @@ public class CrossbowsCommand extends SkillCommand {
}
if (canPoweredShot) {
messages.add(getStatMessage(ARCHERY_SKILL_SHOT, percent.format(mmoPlayer.getCrossbowsManager().getDamageBonusPercent(player))));
messages.add(getStatMessage(CROSSBOWS_POWERED_SHOT,
percent.format(mmoPlayer.getCrossbowsManager().getDamageBonusPercent(player))));
}
if (canTrickShot) {