Commit 633036a6 authored by mallu11's avatar mallu11 Committed by GitHub

fix 竜魔道騎士ガイア (#1479)

parent 51b30f77
......@@ -62,7 +62,7 @@ function c15989522.desop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetValue(-2600)
c:RegisterEffect(e1)
if tc:IsRelateToEffect(e) then
if not c:IsHasEffect(EFFECT_REVERSE_UPDATE) and tc:IsRelateToEffect(e) then
Duel.Destroy(tc,REASON_EFFECT)
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