Commit 46430612 authored by Amiya's avatar Amiya

修复

parent 34b45495
Pipeline #30546 passed with stages
in 1 minute and 36 seconds
...@@ -83,7 +83,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,7 +83,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.spcon(e,tp,eg,ep,ev,re,r,rp) function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetAttacker():GetControler()~=tp and Duel.GetLP(tp)<Duel.GetLP(1-tp) return Duel.GetAttacker():GetControler()~=tp
end end
function s.spfilter(c,e,tp) function s.spfilter(c,e,tp)
return c:IsSetCard(0x1019) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x1019) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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