Commit d8d80341 authored by Amiya's avatar Amiya

修复

parent 400c10a1
Pipeline #41100 failed with stages
in 1 minute and 21 seconds
...@@ -46,8 +46,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -46,8 +46,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.dfilter(c,e,tp) function s.dfilter(c,e,tp)
return c:IsFaceup() and c:IsSetCard(0x1a1) return c:IsType(TYPE_MONSTER)
and Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_DECK,0,1,nil,e,tp) and Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_DECK,0,1,nil,e,tp,c)
end end
function s.spfilter(c,e,tp,ec) function s.spfilter(c,e,tp,ec)
return c:IsAttack(1200) and c:IsDefenseBelow(1000) return c:IsAttack(1200) and c:IsDefenseBelow(1000)
......
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