Commit 1557dd13 authored by mercury233's avatar mercury233 Committed by GitHub

fix Spright Double Cross

parent 0bea3d6e
...@@ -57,7 +57,7 @@ function c68250822.operation1(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function c68250822.operation1(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if not tc:IsRelateToEffect(e) then return end if not tc:IsRelateToEffect(e) then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FACEUP) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FACEUP)
local g=Duel.SelectMatchingCard(tp,c68250822.filter1,tp,LOCATION_MZONE,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,c68250822.filter1,tp,LOCATION_MZONE,0,1,1,tc)
if #g==0 then return end if #g==0 then return end
local tc2=g:GetFirst() local tc2=g:GetFirst()
if not tc:IsImmuneToEffect(e) and not tc2:IsImmuneToEffect(e) then if not tc:IsImmuneToEffect(e) and not tc2:IsImmuneToEffect(e) 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