Commit f7f26e0d authored by nanahira's avatar nanahira

L fix

parent c18c0f9b
Pipeline #7696 passed with stage
in 1 minute and 53 seconds
......@@ -25,7 +25,7 @@ function c74563007.initial_effect(c)
c:RegisterEffect(e21)
end
function c74563007.matfilter(c)
return c:IsLinkRace(RACE_FAIRY) and (c:IsLinkAttribute(ATTRIBUTE_DARK) or c:IsLinkAttribute(ATTRIBUTE_LIGHT))
return c:IsLinkRace(RACE_FAIRY) and (c:IsLinkAttribute(ATTRIBUTE_DARK) or c:IsLinkAttribute(ATTRIBUTE_LIGHT)) and c:IsLinkType(TYPE_EFFECT)
end
function c74563007.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(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