Commit b8049792 authored by Amiya's avatar Amiya

修复

parent 60536d54
Pipeline #40017 passed with stages
in 1 minute and 41 seconds
...@@ -68,6 +68,7 @@ function s.pthfilter(c,tp) ...@@ -68,6 +68,7 @@ function s.pthfilter(c,tp)
end end
function s.pthcon(e,tp,eg,ep,ev,re,r,rp) function s.pthcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.pthfilter,1,nil,tp) return eg:IsExists(s.pthfilter,1,nil,tp)
and (Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2)
end end
function s.pthtg(e,tp,eg,ep,ev,re,r,rp,chk) function s.pthtg(e,tp,eg,ep,ev,re,r,rp,chk)
local g=eg:Filter(s.pthfilter,nil,tp) local g=eg:Filter(s.pthfilter,nil,tp)
......
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