Commit 4319e2c1 authored by GuGu's avatar GuGu

Update c23507.lua

parent abdc9b1d
Pipeline #39080 passed with stage
in 11 seconds
......@@ -36,7 +36,7 @@ function c23507.initial_effect(c)
c:RegisterEffect(e2)
end
function c23507.matfilter(c)
return c:IsLevelBelow(4) and c:IsSetCard(0x208)
return c:IsLevelBelow(4) and c:GetLevel()>0 and c:IsSetCard(0x208)
end
function c23507.condition(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetSummonType()==SUMMON_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