Commit d15b010b authored by salix5's avatar salix5

Merge pull request #240 from destdev/patch-1

fix Karma of the Destruction Swordsman
parents 3a58f2ca 698e55e5
......@@ -62,6 +62,9 @@ function c78348934.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
e1:SetValue(ct*500)
tc:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_UPDATE_DEFENCE)
tc:RegisterEffect(e2)
end
end
function c78348934.cfilter(c)
......
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