Commit 8b6587ab authored by argon.sun's avatar argon.sun

fix

parent 057e5a35
...@@ -80,7 +80,7 @@ function c76080032.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -80,7 +80,7 @@ function c76080032.eqop(e,tp,eg,ep,ev,re,r,rp)
end end
function c76080032.discon(e,tp,eg,ep,ev,re,r,rp) function c76080032.discon(e,tp,eg,ep,ev,re,r,rp)
local ec=e:GetHandler():GetEquipTarget() local ec=e:GetHandler():GetEquipTarget()
return ec and (ec==Duel.GetAttacker() or ec==Duel.GetAttackTarget()) and ec:GetBattleTarget():IsFaceup() return ec and (ec==Duel.GetAttacker() or ec==Duel.GetAttackTarget()) and ec:GetBattleTarget()
end end
function c76080032.disop(e,tp,eg,ep,ev,re,r,rp) function c76080032.disop(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetHandler():GetEquipTarget():GetBattleTarget() local tc=e:GetHandler():GetEquipTarget():GetBattleTarget()
......
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