Commit f7f2f536 authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

parent b4148a45
Pipeline #2424 passed with stages
in 38 minutes and 1 second
......@@ -60,8 +60,10 @@ function c16400025.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c16400025.operation(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
local sc=Duel.GetFirstMatchingCard(c16400025.filter,tp,LOCATION_DECK+LOCATION_HAND,0,nil,e,tp)
if sc then
local sg=Duel.GetMatchingGroup(c16400025.filter,tp,LOCATION_DECK+LOCATION_HAND,0,nil,e,tp)
if sg:GetCount()>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sc=sg:Select(tp,1,1,nil)
Duel.SpecialSummon(sc,0,tp,tp,false,false,POS_FACEUP)
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