Commit 0ee21450 authored by mallu11's avatar mallu11 Committed by GitHub

fix ファイアウォール・ドラゴン・ダークフルード (#1802)

parent f5238cf8
...@@ -91,9 +91,8 @@ function c68934651.distg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -91,9 +91,8 @@ function c68934651.distg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c68934651.disop(e,tp,eg,ep,ev,re,r,rp) function c68934651.disop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if Duel.NegateActivation(ev)~=0 and e:GetLabel()>0 then Duel.NegateActivation(ev)
if c:IsRelateToEffect(e) and c:IsChainAttackable() then if e:GetLabel()==1 and c:IsRelateToEffect(e) and c:IsChainAttackable(0) then
Duel.ChainAttack() Duel.ChainAttack()
end
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