Commit 8c40ae7b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12056004.lua

parent f8988d48
......@@ -51,7 +51,7 @@ end
function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(cm.filter,tp,0,LOCATION_ONFIELD,nil)
Duel.Destroy(g,REASON_EFFECT)
local g=GetOperatedGroup()
local g=Duel.GetOperatedGroup()
local tc=g:GetFirst()
while tc do
local e1=Effect.CreateEffect(e:GetHandler())
......
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