Skip to content
Snippets Groups Projects
Commit 7797f87f authored by Eric Wykoff's avatar Eric Wykoff
Browse files

typo

parent b2d64ce4
No related branches found
No related tags found
1 merge request!107Chrono talent balance
......@@ -214,7 +214,7 @@ newTalent{
local radius = self:getTalentRadius(t)
return ([[Create a tightly bound matter wall of up to a length of %d that lasts %d turns.
If any part of this wall is dug out it will explode, causing targets in a radius of %d to bleed for %0.2f physical damage over six turns.]])
:format(length, duration, damDesc(self, DamageType.PHYSICAL, damage), radius)
:format(length, duration, radius, damDesc(self, DamageType.PHYSICAL, damage))
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