Commit 2d4a9ddf authored by jwyxym's avatar jwyxym Committed by GitHub

Update c20104001.lua

parent e4ff2a4f
...@@ -9,8 +9,9 @@ function cm.initial_effect(c) ...@@ -9,8 +9,9 @@ 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()
vgf.SearchCard(LOCATION_DECK,cm.fliter) if vgf.SearchCard(LOCATION_DECK,cm.fliter)>0 then
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)
...@@ -24,4 +25,4 @@ function cm.operation2(e,tp,eg,ep,ev,re,r,rp) ...@@ -24,4 +25,4 @@ function cm.operation2(e,tp,eg,ep,ev,re,r,rp)
end end
function cm.fliter2(c) function cm.fliter2(c)
return vgf.IsLevel(c,3) return vgf.IsLevel(c,3)
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