Commit f1bf8dbe authored by woodee's avatar woodee

Merge pull request #114 from mercury233/patch-1

fix typo
parents e30e887a e18470a7
...@@ -41,7 +41,7 @@ function c11109820.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -41,7 +41,7 @@ function c11109820.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c11109820.operation(e,tp,eg,ep,ev,re,r,rp) function c11109820.operation(e,tp,eg,ep,ev,re,r,rp)
--change damage --change damage
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_CHANGE_DAMAGE) e1:SetCode(EFFECT_CHANGE_DAMAGE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment