Commit 42626b3c authored by GuGu's avatar GuGu

Update c74562040.lua

parent 963efeb9
Pipeline #32929 passed with stage
in 8 seconds
......@@ -14,7 +14,7 @@ function cCardno.initial_effect(c)
end
--Activate
function cCardno.filter1(c,e)
return ((c:IsType(TYPE_MONSTER) and c:IsCanBeXyzMaterial(nil)) or (not c:IsType(TYPE_MONSTER) and c:IsType(TYPE_TOKEN))) and not c:IsImmuneToEffect(e)
return ((c:IsType(TYPE_MONSTER) and c:IsCanBeXyzMaterial(nil)) or not c:IsType(TYPE_MONSTER)) and not c:IsImmuneToEffect(e) and not c:IsType(TYPE_TOKEN)
end
function cCardno.filter2(c,e,tp)
return c:IsType(TYPE_XYZ) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false) and c:IsSetCard(0x226)
......
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