Commit 4fbdc69c authored by Tachibana's avatar Tachibana

eme

parent f655ceed
Pipeline #9250 passed with stages
in 34 minutes and 32 seconds
......@@ -44,13 +44,13 @@ function cm.splimit(e,se,sp,st)
return not StarLight_from_K.Brightstarlight_Effect[se]
end
function cm.ffilter(c)
return c:IsFusionType(TYPE_FUSION) and c:IsRace(RACE_FAIRY)
return c:IsRace(RACE_FAIRY)
end
function cm.ffilter2(c)
return c:IsOriginalCodeRule(66915070) and c:IsFusionType(TYPE_FUSION)
end
function cm.ffilter3(c)
return c:IsFusionType(TYPE_NORMAL)
return c:IsFusionType(TYPE_SPELL+TYPE_TRAP)
end
function cm.fsilter(c,fc,sub,mg,sg)
if not sg then
......@@ -60,7 +60,7 @@ function cm.fsilter(c,fc,sub,mg,sg)
return sg:FilterCount(cm.ffilter,nil)==1
elseif cm.ffilter2(c) then
return sg:IsExists(cm.ffilter3,1,nil) or sg:IsContains(c)
elseif cm.ffilter3(c) then
elseif cm.ffilter3(c) then
return sg:IsExists(cm.ffilter2,1,nil) or sg:IsContains(c)
end
end
......
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