change calculator message text

This commit is contained in:
ErikasKontenis
2020-10-15 14:07:35 +03:00
parent cab3903066
commit fd05f5ee15
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ function onSay(player, words, param)
if ammunition ~= nil and weapon ~= nil and weapon:getWeaponType() == WEAPON_DISTANCE then
commandStr = commandStr .. ", " .. ammunitionName
end
player:sendCancelMessage(commandStr)
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, commandStr)
local offensiveDamageContainer = getTotalDamage(creature, weapon, ammunition, vocation, attack, skillValue, FIGHTMODE_ATTACK)
local balancedDamageContainer = getTotalDamage(creature, weapon, ammunition, vocation, attack, skillValue, FIGHTMODE_BALANCED)