Commit dee0ee0d authored by Fluorohydride's avatar Fluorohydride

Merge pull request #578 from woodee/patch-22

fix
parents b8896c5e 4f2aaf72
...@@ -42,13 +42,12 @@ function c18114794.checkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -42,13 +42,12 @@ function c18114794.checkop(e,tp,eg,ep,ev,re,r,rp)
c18114794[2]=Duel.GetTurnCount() c18114794[2]=Duel.GetTurnCount()
end end
local tc=eg:GetFirst() local tc=eg:GetFirst()
while tc do if tc then
local sp=tc:GetSummonPlayer() local sp=tc:GetSummonPlayer()
c18114794[sp]=c18114794[sp]+1 c18114794[sp]=c18114794[sp]+1
if c18114794[sp]==3 and sp==turnp then if c18114794[sp]==3 and sp==turnp then
Duel.RaiseEvent(e:GetHandler(),18114794,e,0,0,0,0) Duel.RaiseEvent(e:GetHandler(),18114794,e,0,0,0,0)
end end
tc=eg:GetNext()
end end
end end
function c18114794.condition(e,tp,eg,ep,ev,re,r,rp) function c18114794.condition(e,tp,eg,ep,ev,re,r,rp)
......
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