Commit b7bfbf36 authored by Amiya's avatar Amiya

修复

parent ec5d349b
...@@ -60,15 +60,6 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -60,15 +60,6 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local g=Duel.SelectTarget(tp,s.spfilter,tp,0,LOCATION_GRAVE,1,1,nil,e,tp) local g=Duel.SelectTarget(tp,s.spfilter,tp,0,LOCATION_GRAVE,1,1,nil,e,tp)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,1,0,0)
end end
function s.rmfilter(c)
return c:IsFaceup() and c:IsAbleToRemove()
end
function s.fselect(g)
return g:GetClassCount(Card.GetControler)==g:GetCount() and g:IsExists(s.fcheck,1,nil,g)
end
function s.fcheck(c,g)
return g:IsExists(Card.IsRace,1,c,c:GetRace())
end
function s.activate(e,tp,eg,ep,ev,re,r,rp) function s.activate(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
......
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