Skip to content
Snippets Groups Projects
Commit 48c9dd70 authored by DarkGod's avatar DarkGod
Browse files

Fixed Throwing Knifes stats mod display

parent 5ae70c90
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -179,7 +179,7 @@ newTalent{
local stat_desc = {}
-- I18N Stats using display_short_name
local dammod = self:getDammod(combat.dammod or {})
local dammod = self:getDammod(combat)
for stat, i in pairs(dammod) do
local name = engine.interface.ActorStats.stats_def[stat].display_short_name:capitalize()
stat_desc[#stat_desc+1] = ("%d%% %s"):tformat(i * 100, name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment