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

Fix Gale Force damage type display

parent 61271501
No related branches found
No related tags found
1 merge request!555Fixes+Misc
......@@ -72,7 +72,7 @@ newEntity{
charm_power_def = {add=0, max=800, floor=true},
resolvers.charm(
function(self, who)
local dam = who:damDesc(engine.DamageType.Mind, self.use_power.damage(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)
end,
15,
......
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