Skip to content
Snippets Groups Projects
Commit a2447a10 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

fix out of phase description

parent 9fb2edf3
No related branches found
No related tags found
1 merge request!182Chrono tweaks
......@@ -2079,7 +2079,7 @@ newEffect{
newEffect{
name = "OUT_OF_PHASE", image = "talents/phase_door.png",
desc = "Out of Phase",
long_desc = function(self, eff) return ("The target is out of phase with reality, increasing defense by %d, resist all by %d%%, and the duration of all timed effects by %d%%."):
long_desc = function(self, eff) return ("The target is out of phase with reality, increasing defense by %d, resist all by %d%%, and reducing the duration of detrimental timed effects by %d%%."):
format(eff.defense or 0, eff.resists or 0, eff.effect_reduction or 0) end,
type = "magical",
subtype = { teleport=true },
......
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