Commit cd071a1f authored by POLYMER's avatar POLYMER

fix

parent a4f01c28
...@@ -108,7 +108,6 @@ function s.adop(e,tp,eg,ep,ev,re,r,rp) ...@@ -108,7 +108,6 @@ function s.adop(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e1) c:RegisterEffect(e1)
Duel.ChainAttack() Duel.ChainAttack()
end end
Debug.Message(Duel.GetCoinResult())
end end
function s.cfilter(c) function s.cfilter(c)
return aux.IsCodeListed(c,75646000) and c:IsAbleToRemoveAsCost() return aux.IsCodeListed(c,75646000) and c:IsAbleToRemoveAsCost()
......
...@@ -89,6 +89,7 @@ function s.coinrop(e,tp,eg,ep,ev,re,r,rp) ...@@ -89,6 +89,7 @@ function s.coinrop(e,tp,eg,ep,ev,re,r,rp)
for i=1,ct do for i=1,ct do
res[i]=1 res[i]=1
end end
Duel.TossCoin(tp,1)
Duel.SetCoinResult(table.unpack(res)) Duel.SetCoinResult(table.unpack(res))
end end
function s.cfilter(c) function s.cfilter(c)
......
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