Commit 38565065 authored by wyykak's avatar wyykak

fix

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent f3545332
Pipeline #15382 passed with stage
in 43 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,74561015+EFFECT_COUNT_CODE_DUEL)
e2:SetCondition(cCardno.spcon)
e2:SetOperation(cCardno.spop)
c:RegisterEffect(e2)
......
......@@ -21,6 +21,7 @@ function cCardno.initial_effect(c)
e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,Cardno)
e3:SetCost(cCardno.dccost)
e3:SetTarget(cCardno.dctg)
e3:SetOperation(cCardno.dcop)
......@@ -31,7 +32,7 @@ function cCardno.initial_effect(c)
e4:SetCategory(0+CATEGORY_ATKCHANGE+CATEGORY_DEFCHANGE)
e4:SetType(EFFECT_TYPE_IGNITION)
e4:SetRange(LOCATION_MZONE)
e4:SetCountLimit(1,74561415+100)
e4:SetCountLimit(1)
e4:SetOperation(cCardno.crazyop)
c:RegisterEffect(e4)
end
......
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