Commit 942de44d authored by Fluorohydride's avatar Fluorohydride

Merge pull request #398 from woodee/patch-11

fix
parents 196433bf 1aa91913
...@@ -38,5 +38,8 @@ function c34961968.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -38,5 +38,8 @@ function c34961968.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(1) e1:SetValue(1)
e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_DAMAGE) e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_DAMAGE)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_AVOID_BATTLE_DAMAGE)
tc:RegisterEffect(e2)
end end
end end
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