Commit 4850d3bd authored by Amiya's avatar Amiya

修复

parent 18cbad61
Pipeline #40675 passed with stages
in 2 minutes and 3 seconds
...@@ -66,7 +66,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,7 +66,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
if not tc:IsRelateToChain() then return end if not tc:IsRelateToChain() then return end
if e:GetLabel()==1 and tc:IsOnField() then if e:GetLabel()==1 and tc:IsOnField() then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,REASON_EFFECT)
elseif e:GetLabel()==2 then elseif e:GetLabel()==2 and aux.NecroValleyFilter()(tc) then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
end end
end end
\ No newline at end of file
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