Commit 263df68f authored by Tachibana's avatar Tachibana

sign out

parent 7ef67e10
...@@ -10,7 +10,6 @@ function cm.initial_effect(c) ...@@ -10,7 +10,6 @@ function cm.initial_effect(c)
e0:SetRange(LOCATION_MZONE) e0:SetRange(LOCATION_MZONE)
e0:SetProperty(EFFECT_FLAG_CARD_TARGET) e0:SetProperty(EFFECT_FLAG_CARD_TARGET)
e0:SetCountLimit(1,m) e0:SetCountLimit(1,m)
e0:SetCost(cm.copycost)
e0:SetTarget(cm.copytg) e0:SetTarget(cm.copytg)
e0:SetOperation(cm.copyop) e0:SetOperation(cm.copyop)
c:RegisterEffect(e0) c:RegisterEffect(e0)
......
...@@ -41,7 +41,7 @@ function cm.r4filter(c,e,tp) ...@@ -41,7 +41,7 @@ function cm.r4filter(c,e,tp)
and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false)
end end
function cm.ralfilter(c,e,tp) function cm.ralfilter(c,e,tp)
return c:IsRace(RACE_CYBERSE) and e:GetHandler():IsCanBeXyzMaterial(c) return c:IsRace(RACE_CYBERSE) and c:IsType(TYPE_XYZ) and e:GetHandler():IsCanBeXyzMaterial(c)
and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false)
end end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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