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

Rename Perfect Strikes effect

parent d6e1d94d
No related branches found
No related tags found
No related merge requests found
......@@ -1678,8 +1678,8 @@ newEffect{
newEffect{
name = "ATTACK", image = "talents/perfect_strike.png",
desc = "Attack",
long_desc = function(self, eff) return ("The target's combat attack is improved by %d."):format(eff.power) end,
desc = "Perfect Accuracy",
long_desc = function(self, eff) return ("The target's accuracy is improved by %d."):format(eff.power) end,
type = "mental",
subtype = { focus=true },
status = "beneficial",
......
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