Commit 196433bf authored by Fluorohydride's avatar Fluorohydride

Merge pull request #397 from woodee/patch-10

fix
parents 484d9807 93f57f37
......@@ -52,7 +52,7 @@ function c27863269.indcon(e)
end
function c27863269.atkcon(e,tp,eg,ep,ev,re,r,rp)
local at=Duel.GetAttackTarget()
return at and at:IsRelateToBattle() and at:IsFaceup()
return at and at:IsRelateToBattle() and at:IsFaceup() and Duel.GetAttacker()==e:GetHandler():GetEquipTarget()
end
function c27863269.atkop(e,tp,eg,ep,ev,re,r,rp)
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