Commit f9748348 authored by GuGu's avatar GuGu

Update c7001041.lua

parent fe469d17
Pipeline #39082 passed with stage
in 8 seconds
......@@ -17,7 +17,7 @@ end
c7001041.DescSetName = 0xa3
function c7001041.matfilter(c)
return c:IsSummonType(SUMMON_TYPE_SPECIAL) and c:IsLevelBelow(4)
return c:IsSummonType(SUMMON_TYPE_SPECIAL) and c:IsLevelBelow(4) and c:GetLevel()>0
end
function c7001041.filter(c,e,tp)
return c:IsType(TYPE_PENDULUM) and c:GetAttack()==0 and 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