mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 14:44:55 +02:00
change calculator message text
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user