Commit 91418d3b authored by DailyShana's avatar DailyShana

fix

parent 08cbb6d9
...@@ -79,6 +79,7 @@ function c3096468.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max) ...@@ -79,6 +79,7 @@ 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
if g:IsExists(Card.IsLocation,1,nil,LOCATION_HAND) then
for tc in Auxiliary.Next(g) do for tc in Auxiliary.Next(g) do
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_IGNORE_IMMUNE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_IGNORE_IMMUNE)
...@@ -88,6 +89,7 @@ function c3096468.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max) ...@@ -88,6 +89,7 @@ function c3096468.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
e1:SetReset(RESET_EVENT+RESETS_REDIRECT) e1:SetReset(RESET_EVENT+RESETS_REDIRECT)
tc:RegisterEffect(e1,true) tc:RegisterEffect(e1,true)
end end
end
Duel.SetSynchroMaterial(g) Duel.SetSynchroMaterial(g)
end end
function c3096468.splimit(e,c) function c3096468.splimit(e,c)
......
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