Commit 91418d3b authored by DailyShana's avatar DailyShana

fix

parent 08cbb6d9
...@@ -79,14 +79,16 @@ function c3096468.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max) ...@@ -79,14 +79,16 @@ function c3096468.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
if sg:GetCount()==0 then break end if sg:GetCount()==0 then break end
g:Merge(sg) g:Merge(sg)
end end
for tc in Auxiliary.Next(g) do if g:IsExists(Card.IsLocation,1,nil,LOCATION_HAND) then
local e1=Effect.CreateEffect(c) for tc in Auxiliary.Next(g) do
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_IGNORE_IMMUNE) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_IGNORE_IMMUNE)
e1:SetCode(EFFECT_TO_GRAVE_REDIRECT) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetValue(LOCATION_REMOVED) e1:SetCode(EFFECT_TO_GRAVE_REDIRECT)
e1:SetReset(RESET_EVENT+RESETS_REDIRECT) e1:SetValue(LOCATION_REMOVED)
tc:RegisterEffect(e1,true) e1:SetReset(RESET_EVENT+RESETS_REDIRECT)
tc:RegisterEffect(e1,true)
end
end end
Duel.SetSynchroMaterial(g) Duel.SetSynchroMaterial(g)
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