Commit 1bb5c55a authored by Grajade's avatar Grajade

Update c74561415.lua

parent 8e4ec939
Pipeline #15377 passed with stage
in 47 seconds
......@@ -11,7 +11,7 @@ function cCardno.initial_effect(c)
e2:SetCode(EFFECT_SPSUMMON_PROC)
e2:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e2:SetRange(LOCATION_DECK)
e2:SetCountLimit(1,EFFECT_COUNT_CODE_DUEL)
e2:SetCountLimit(1,74561415+EFFECT_COUNT_CODE_DUEL)
e2:SetCondition(cCardno.spcon)
e2:SetOperation(cCardno.spop)
c:RegisterEffect(e2)
......
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