Commit a1a911da authored by salix5's avatar salix5

Merge pull request #1350 from nekrozar/patch-3

fix Double Magical Arm Bind
parents dc91a624 99aa6f78
...@@ -48,7 +48,7 @@ function c72621670.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -48,7 +48,7 @@ function c72621670.activate(e,tp,eg,ep,ev,re,r,rp)
end end
local tc=sg:GetFirst() local tc=sg:GetFirst()
while tc do while tc do
Duel.GetControl(tc,tp,PHASE_END,1) Duel.GetControl(tc,tp,PHASE_END+RESET_SELF_TURN,1)
tc=sg:GetNext() tc=sg:GetNext()
end end
if dg:GetCount()>0 then Duel.Destroy(dg,REASON_RULE) end if dg:GetCount()>0 then Duel.Destroy(dg,REASON_RULE) 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