Commit 28f6256d authored by Grajade's avatar Grajade

Update c74561015.lua

parent 48377b73
Pipeline #15384 passed with stage
in 45 seconds
...@@ -11,7 +11,7 @@ function cCardno.initial_effect(c) ...@@ -11,7 +11,7 @@ function cCardno.initial_effect(c)
e2:SetCode(EFFECT_SPSUMMON_PROC) e2:SetCode(EFFECT_SPSUMMON_PROC)
e2:SetProperty(EFFECT_FLAG_UNCOPYABLE) e2:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e2:SetRange(LOCATION_DECK) e2:SetRange(LOCATION_DECK)
e2:SetCountLimit(1,74561015+EFFECT_COUNT_CODE_DUEL) e2:SetCountLimit(1,74561015+400+EFFECT_COUNT_CODE_DUEL)
e2:SetCondition(cCardno.spcon) e2:SetCondition(cCardno.spcon)
e2:SetOperation(cCardno.spop) e2:SetOperation(cCardno.spop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
...@@ -21,7 +21,7 @@ function cCardno.initial_effect(c) ...@@ -21,7 +21,7 @@ function cCardno.initial_effect(c)
e3:SetCategory(CATEGORY_SPECIAL_SUMMON) e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,Cardno) e3:SetCountLimit(1,Cardno+400)
e3:SetCost(cCardno.dccost) e3:SetCost(cCardno.dccost)
e3:SetTarget(cCardno.dctg) e3:SetTarget(cCardno.dctg)
e3:SetOperation(cCardno.dcop) e3:SetOperation(cCardno.dcop)
......
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