Commit a84b6f12 authored by wind2009's avatar wind2009

Merge branch 'patch-6' into 'master'

Fix 聖アザミナ

See merge request mycard/pre-release-database-cdb!137
parents 4178474a 9aaf9e53
Pipeline #30354 passed with stages
in 1 minute and 23 seconds
......@@ -42,9 +42,9 @@ function s.mfilter2(c)
return c:IsLevelAbove(6) and c:IsFusionType(TYPE_SYNCHRO)
end
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
function s.spcon(c,e,tp)
function s.spcon(e,tp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_FUSION)
and e:GetHandler():IsStatus(STATUS_SPSUMMON_TURN)
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