Skip to content
Snippets Groups Projects
Commit b826017e authored by Tawny Harte's avatar Tawny Harte
Browse files

instant is confusing language

parent ea627534
No related branches found
No related tags found
1 merge request!5601.6b4 typos n misc
......@@ -64,7 +64,7 @@ newEntity{
charm_power_def = {add=0, max=800, floor=true},
resolvers.charm(function(self, who)
local dam = self.use_power.damage(self, who)
return ("instantly sting an enemy dealing %d nature damage over 7 turns and reducing their healing by 50%%%%"):format(dam, 50)
return ("sting an enemy dealing %d nature damage over 7 turns and reducing their healing by 50%%%%"):format(dam, 50)
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