Commit 6fe0fcdd authored by Nemo Ma's avatar Nemo Ma

Update c40009391.lua

parent d465fd1d
...@@ -47,7 +47,7 @@ function c40009391.syntg(e,syncard,f,min,max) ...@@ -47,7 +47,7 @@ function c40009391.syntg(e,syncard,f,min,max)
local lv=syncard:GetLevel() local lv=syncard:GetLevel()
if lv<=c:GetLevel() then return false end if lv<=c:GetLevel() then return false end
local g=Group.FromCards(c) local g=Group.FromCards(c)
local mg=Duel.GetMatchingGroup(c40009391.synfilter1,syncard:GetControler(),LOCATION_MZONE,LOCATION_MZONE,c,syncard,c,f) local mg=Duel.GetMatchingGroup(c40009391.synfilter1,syncard:GetControler(),LOCATION_MZONE,0,c,syncard,c,f)
if syncard:IsSetCard(0xd9) then if syncard:IsSetCard(0xd9) then
local exg=Duel.GetMatchingGroup(c40009391.synfilter2,syncard:GetControler(),LOCATION_DECK+LOCATION_MZONE,0,c,syncard,c,f) local exg=Duel.GetMatchingGroup(c40009391.synfilter2,syncard:GetControler(),LOCATION_DECK+LOCATION_MZONE,0,c,syncard,c,f)
mg:Merge(exg) mg:Merge(exg)
...@@ -60,7 +60,7 @@ function c40009391.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max) ...@@ -60,7 +60,7 @@ function c40009391.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
local c=e:GetHandler() local c=e:GetHandler()
local lv=syncard:GetLevel() local lv=syncard:GetLevel()
local g=Group.FromCards(c) local g=Group.FromCards(c)
local mg=Duel.GetMatchingGroup(c40009391.synfilter1,syncard:GetControler(),LOCATION_MZONE,LOCATION_MZONE,c,syncard,c,f) local mg=Duel.GetMatchingGroup(c40009391.synfilter1,syncard:GetControler(),LOCATION_MZONE,0,c,syncard,c,f)
if syncard:IsSetCard(0xd9) then if syncard:IsSetCard(0xd9) then
local exg=Duel.GetMatchingGroup(c40009391.synfilter2,syncard:GetControler(),LOCATION_DECK+LOCATION_MZONE,0,c,syncard,c,f) local exg=Duel.GetMatchingGroup(c40009391.synfilter2,syncard:GetControler(),LOCATION_DECK+LOCATION_MZONE,0,c,syncard,c,f)
mg:Merge(exg) mg:Merge(exg)
......
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