Commit 99aa6f78 authored by nekrozar's avatar nekrozar

fix

parent 1ce942e2
......@@ -48,7 +48,7 @@ function c72621670.activate(e,tp,eg,ep,ev,re,r,rp)
end
local tc=sg:GetFirst()
while tc do
Duel.GetControl(tc,tp,PHASE_END,1)
Duel.GetControl(tc,tp,PHASE_END+RESET_SELF_TURN,1)
tc=sg:GetNext()
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