Skip to content
Snippets Groups Projects
Commit e72e408e authored by Chris Davidson's avatar Chris Davidson
Browse files

Fix Gale Force tooltip

parent e59aeaa5
No related branches found
No related tags found
1 merge request!5921.6.2 misc
......@@ -73,7 +73,7 @@ newEntity{
resolvers.charm(
function(self, who)
local dam = who:damDesc(engine.DamageType.PHYSICAL, self.use_power.damage(self, who))
return ("project a gust of wind in a cone knocking enemies back %d spaces and dealing %d damage"):format(self.use_power.knockback(self, who), dam)
return ("project a gust of wind in a cone knocking enemies back %d spaces and dealing %d physical damage"):format(self.use_power.knockback(self, who), dam)
end,
15,
function(self, who)
......
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