Commit f5876c8f authored by Amiya's avatar Amiya

修复

parent fce1f555
Pipeline #40671 passed with stages
in 14 minutes and 35 seconds
...@@ -63,7 +63,7 @@ end ...@@ -63,7 +63,7 @@ end
function s.activate(e,tp,eg,ep,ev,re,r,rp) function s.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if not tc:IsRelateToChain() then return end if not tc:IsRelateToChain() then return end
if e:GetLabel()==1 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 then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
......
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