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

Fixed Cursed Sentry speed display

parent 17d3c20a
No related branches found
No related tags found
No related merge requests found
......@@ -503,7 +503,7 @@ newTalent{
end,
info = function(self, t)
local duration = t.getDuration(self, t)
local attackSpeed = 100/t.getAttackSpeed(self, t)
local attackSpeed = t.getAttackSpeed(self, t)*100
return ([[Instill a part of your living curse into a weapon in your inventory, and toss it nearby. This nearly impervious sentry will attack all nearby enemies for %d turns. When the curse ends, the weapon will drop to the ground. Attack Speed: %d%%]]):format(duration, attackSpeed)
end,
......
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