Commit 9aaf9e53 authored by Mr.Tan's avatar Mr.Tan

Fix 聖アザミナ

parent 4178474a
Pipeline #30353 failed with stages
in 35 seconds
...@@ -42,9 +42,9 @@ function s.mfilter2(c) ...@@ -42,9 +42,9 @@ function s.mfilter2(c)
return c:IsLevelAbove(6) and c:IsFusionType(TYPE_SYNCHRO) return c:IsLevelAbove(6) and c:IsFusionType(TYPE_SYNCHRO)
end end
function s.efftg(e,c) function s.efftg(e,c)
return c==e:GetHandler():GetEquipTarget() or c:GetControler()~=e:GetHandlerPlayer() return c==e:GetHandler() or c:GetControler()~=e:GetHandlerPlayer()
end end
function s.spcon(c,e,tp) function s.spcon(e,tp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_FUSION) return e:GetHandler():IsSummonType(SUMMON_TYPE_FUSION)
and e:GetHandler():IsStatus(STATUS_SPSUMMON_TURN) and e:GetHandler():IsStatus(STATUS_SPSUMMON_TURN)
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