Commit abdc9b1d authored by GuGu's avatar GuGu

Update c21501.lua

parent cc7a65c0
Pipeline #39079 passed with stage
in 12 seconds
......@@ -24,7 +24,7 @@ function c21501.initial_effect(c)
c:RegisterEffect(e2)
end
function c21501.matfilter(c)
return c:IsLevelBelow(6)
return c:IsLevelBelow(6) and c:GetLevel()>0
end
function c21501.atkfilter(c)
return c:IsFaceup() and c:GetAttack()+c:GetDefense()>0
......
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