Commit 5824b5e8 authored by Amiya's avatar Amiya

修复

parent 72380edc
Pipeline #40136 failed with stages
in 48 seconds
......@@ -53,5 +53,5 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:IsType(TYPE_TUNER)
end
return c:GetOriginalType()&TYPE_TUNER==0
end
\ No newline at end of file
......@@ -87,5 +87,5 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp)
end
function s.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:IsType(TYPE_TUNER)
end
return c:GetOriginalType()&TYPE_TUNER==0
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