Skip to content
Snippets Groups Projects
Commit e094271e authored by Otowa Kotori's avatar Otowa Kotori
Browse files

fix Shattering Shout bug

parent 077ef00b
No related branches found
No related tags found
1 merge request!630otowakotori 1.7 misc fixes
......@@ -55,7 +55,7 @@ newTalent{
return ([[Release a powerful shout, doing %0.2f physical damage in a radius %d cone in front of you.
At level 5 the shout is so strong it shatters all incomming projectiles caught inside.
The damage increases with your Strength.]])
:tformat(damDesc(self, DamageType.PHYSICAL, t.getdamage(self,t)), t.radius(self,t))
:tformat(damDesc(self, DamageType.PHYSICAL, t.getDamage(self,t)), t.radius(self,t))
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