Commit fe469d17 authored by GuGu's avatar GuGu

Update c10504.lua

parent 4319e2c1
Pipeline #39081 passed with stage
in 22 seconds
......@@ -40,7 +40,7 @@ function c10504.initial_effect(c)
c:RegisterEffect(e3)
end
function c10504.matfilter(c)
return c:IsLevelBelow(3) and c:IsSetCard(0x208) and not c:IsType(TYPE_TOKEN)
return c:IsLevelBelow(3) and c:IsSetCard(0x208) and not c:IsType(TYPE_TOKEN) and c:GetLevel()>0
end
function c10504.seqcon(e,tp,eg,ep,ev,re,r,rp)
local seq=e:GetHandler():GetSequence()
......
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