Commit 3c81eea9 authored by POLYMER's avatar POLYMER

fix

parent 71f48b8e
......@@ -33,7 +33,7 @@ function c28366277.initial_effect(c)
e4:SetCode(EVENT_CHANGE_POS)
e4:SetCondition(c28366277.spcon)
c:RegisterEffect(e4)
local e5=e2:Clone()
local e5=e4:Clone()
e5:SetCode(EVENT_SPSUMMON_SUCCESS)
c:RegisterEffect(e5)
end
......
......@@ -83,7 +83,7 @@ function c28368431.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,g,1,tp,nil)
end
function c28368431.thop(e,tp,eg,ep,ev,re,r,rp)
local g=eg:Filter(c28328484.cfilter,nil):Filter(aux.NecroValleyFilter(Card.IsRelateToChain),nil)
local g=eg:Filter(c28368431.cfilter,nil):Filter(aux.NecroValleyFilter(Card.IsRelateToChain),nil)
if #g>0 then
local tc=g:GetFirst()
if #g>1 then
......
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