Commit 7e6b0920 authored by xiaoye's avatar xiaoye

Update c10101001.lua

parent 7de1cfac
......@@ -10,9 +10,10 @@ function cm.filter(c)
end
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local g=Group.FromCards(c)
local g=Group.CreateGroup()
if c:IsRelateToEffect(e) then g:AddCard(c) end
local sg=vgf.GetMatchingGroup(Card.IsSetCard,tp,LOCATION_MZONE,0,nil,0x201)
if sg then g:Merge(sg) end
if sg:GetCount()>0 then g:Merge(sg) end
vgf.AtkUp(c,g,10000)
end
function cm.op(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