Commit b495867e authored by TanakaKotoha's avatar TanakaKotoha

lua fix

parent c2ef92a8
......@@ -45,7 +45,7 @@ function cm.op(e,tp)
tg=Duel.GetMatchingGroup(Card.IsFaceup,i,LOCATION_MZONE,0,nil)
if #tg>0 then
--Duel.SendtoDeck(tg,nil,2,REASON_EFFECT)
Duel.Remove(tg,POS_FACEUP,REASON_EFFECT)
Duel.Remove(tg,POS_FACEUP,REASON_RULE)
end
end
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