Commit 3d9a1fcc authored by gg123gg's avatar gg123gg

Update c12006018.lua

parent bb2754a3
Pipeline #11604 passed with stages
in 27 minutes and 31 seconds
......@@ -34,7 +34,7 @@ function cm.initial_effect(c)
end
function cm.spcost(e,c,tp,st)
if bit.band(st,SUMMON_TYPE_LINK)~=SUMMON_TYPE_LINK then return true end
return Duel.IsExistingMatchingCard(Card.IsSetCard,tp,LOCATION_ONFIELD,0,1,nil,0xfbd8)
return Duel.IsExistingMatchingCard(Card.IsSetCard,tp,0,LOCATION_ONFIELD,1,nil,0xfbd8)
end
function cm.matfilter(c)
return not c:IsType(TYPE_LINK)
......
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