Commit 3bd57f48 authored by Tachibana's avatar Tachibana

ndyd

parent 1e5c8e4a
......@@ -99,6 +99,6 @@ function cm.rthop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(cp,cm.spfilter,cp,LOCATION_HAND,0,1,1,nil,e,cp)
Duel.SpecialSummon(g,0,cp,cp,false,false,POS_FACEUP)
table.insert(cm.table,tc:GetCode())
table.insert(cm.table,g:GetFirst():GetCode())
end
end
\ No newline at end of file
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