Commit 56b52944 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent e445d6ef
...@@ -52,7 +52,7 @@ function c58074177.atkcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,7 +52,7 @@ function c58074177.atkcon(e,tp,eg,ep,ev,re,r,rp)
local a=Duel.GetAttacker() local a=Duel.GetAttacker()
local d=a:GetBattleTarget() local d=a:GetBattleTarget()
if a:IsControler(1-tp) then a,d=d,a end if a:IsControler(1-tp) then a,d=d,a end
return a:IsFaceup() and a:IsRelateToBattle() return a and a:IsFaceup() and a:IsRelateToBattle()
and d and d:IsFaceup() and d:IsRelateToBattle() and d and d:IsFaceup() and d:IsRelateToBattle()
and d:GetAttack()>0 and a:GetControler()~=d:GetControler() and d:GetAttack()>0 and a:GetControler()~=d:GetControler()
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