Commit 5533609b authored by Amiya's avatar Amiya

修复

parent 3b06ae1e
...@@ -97,6 +97,6 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp) ...@@ -97,6 +97,6 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
if tc then if tc then
local og=tc:GetOverlayGroup() local og=tc:GetOverlayGroup()
local sg=og:Select(tp,1,1,nil) local sg=og:Select(tp,1,1,nil)
Duel.Overlay(tc,sg) Duel.Overlay(tc,sg,false)
end end
end end
\ No newline at end of file
...@@ -10,7 +10,7 @@ function s.initial_effect(c) ...@@ -10,7 +10,7 @@ function s.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,1)) e2:SetDescription(aux.Stringid(id,1))
e2:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e2:SetCategory(CATEGORY_TOHAND+CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
......
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