Commit 61523de2 authored by 未闻皂名's avatar 未闻皂名

2021/6/21 修正bug

parent 89736e88
...@@ -30,6 +30,6 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -30,6 +30,6 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
g1:Merge(g2) g1:Merge(g2)
if g1:GetCount()>0 then if g1:GetCount()>0 then
Duel.DisableShuffleCheck() Duel.DisableShuffleCheck()
Duel.SendtoGrave(g,REASON_EFFECT) Duel.SendtoGrave(g1,REASON_EFFECT)
end end
end end
\ No newline at end of file
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