Skip to content
Snippets Groups Projects
Commit ee2982ee authored by dg's avatar dg
Browse files

Healing Nexus is correctly classified as a debuff

git-svn-id: http://svn.net-core.org/repos/t-engine4@5626 51575b47-30f0-44d4-a5cc-537603b46e54
parent 08928e21
No related branches found
No related tags found
No related merge requests found
......@@ -1339,7 +1339,7 @@ newEffect{
long_desc = function(self, eff) return ("All healing done to the target is instead redirected to %s by %d%%."):format(eff.src.name, eff.pct * 100, eff.src.name) end,
type = "physical",
subtype = { nature=true, heal=true },
status = "beneficial",
status = "detrimental",
parameters = { pct = 1 },
activate = function(self, eff)
end,
......
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