Commit cecdd1d7 authored by salix5's avatar salix5

fix

parent b1e1b6ad
......@@ -105,7 +105,7 @@ function c57470761.regop(e,tp,eg,ep,ev,re,r,rp)
local ec=c:GetEquipTarget()
if not ec:IsRelateToBattle() then return end
local bc=ec:GetBattleTarget()
if bc and bc:IsControler(1-tp) then
if bc and bc:IsControler(1-tp) and Duel.GetAttacker()==ec then
c:RegisterFlagEffect(57470761,RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END,0,1)
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