Commit 9d96ed64 authored by sidschingis's avatar sidschingis

fix interaction with immunity

parent 16a28f70
...@@ -86,9 +86,10 @@ function c83438826.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -86,9 +86,10 @@ function c83438826.desop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetValue(-500) e1:SetValue(-500)
e1:SetReset(RESET_EVENT+0x1fe0000) e1:SetReset(RESET_EVENT+0x1fe0000)
eq:RegisterEffect(e1)
if eq:RegisterEffect(e1) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,REASON_EFFECT)
end
end end
function c83438826.eqcon(e,tp,eg,ep,ev,re,r,rp) function c83438826.eqcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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