Commit 93f57f37 authored by woodee's avatar woodee

fix

parent 484d9807
...@@ -52,7 +52,7 @@ function c27863269.indcon(e) ...@@ -52,7 +52,7 @@ function c27863269.indcon(e)
end end
function c27863269.atkcon(e,tp,eg,ep,ev,re,r,rp) function c27863269.atkcon(e,tp,eg,ep,ev,re,r,rp)
local at=Duel.GetAttackTarget() 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 end
function c27863269.atkop(e,tp,eg,ep,ev,re,r,rp) function c27863269.atkop(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