Commit 5c86351b authored by Amiya's avatar Amiya

修复

parent 6a3da989
Pipeline #40548 passed with stages
in 3 minutes and 8 seconds
...@@ -62,7 +62,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -62,7 +62,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp and (ph==PHASE_MAIN1 or ph==PHASE_MAIN2) return Duel.GetTurnPlayer()~=tp and (ph==PHASE_MAIN1 or ph==PHASE_MAIN2)
end end
function s.tdfilter(c,e,tp) function s.tdfilter(c,e,tp)
return c:IsLevel(0x1cf) and c:IsType(TYPE_MONSTER) return c:IsSetCard(0x1cf) and c:IsType(TYPE_MONSTER)
and c:IsCanBeEffectTarget(e) and c:IsLevelAbove(3) and c:IsCanBeEffectTarget(e) and c:IsLevelAbove(3)
and (c:IsAbleToDeck() or c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE)) and (c:IsAbleToDeck() or c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE))
end end
......
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