Commit ec060c27 authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent bd380962
......@@ -56,7 +56,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,dp,HINTMSG_SET)
local g=Duel.SelectMatchingCard(dp,cm.spfilter1,dp,LOCATION_HAND,0,1,1,nil)
if g:GetCount()>0 then
Duel.SSet(tp,tg)
Duel.SSet(tp,g)
end
end
end
......
......@@ -100,7 +100,7 @@ function cm.activate1(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,dp,HINTMSG_SET)
local g=Duel.SelectMatchingCard(dp,cm.spfilter1,dp,LOCATION_HAND,0,1,1,nil)
if g:GetCount()>0 then
Duel.SSet(tp,tg)
Duel.SSet(tp,g)
end
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