Commit ae87592c authored by jwyxym's avatar jwyxym Committed by GitHub

Update c20104001.lua

parent 832b32df
...@@ -9,9 +9,8 @@ function cm.initial_effect(c) ...@@ -9,9 +9,8 @@ function cm.initial_effect(c)
end end
function cm.operation(e,tp,eg,ep,ev,re,r,rp) function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if vgf.SearchCard(LOCATION_DECK,cm.fliter)>0 then vgf.SearchCard(LOCATION_DECK,cm.fliter)
vgf.AtkUp(c,c,10000,nil) vgf.AtkUp(c,c,10000,nil)
end
end end
function cm.fliter(c) function cm.fliter(c)
return c:IsCode(20104001) return c:IsCode(20104001)
......
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