Commit abeb6fe3 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 8d902a61
......@@ -27,8 +27,8 @@ function c65050027.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c65050027.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectTarget(tp,c65050027.filter,tp,LOCATION_EXTRA,0,1,1,nil,e,tp)
if g:GetCount()>0 and Duel.GetLocationCountFromEx(tp)>0 then
local g=Duel.SelectMatchingCard(tp,c65050027.filter,tp,LOCATION_EXTRA,0,1,1,nil,e,tp)
if g:GetCount()>0 and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0 then
Duel.SpecialSummon(g,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