Commit f667837f authored by Tachibana's avatar Tachibana

ndyd

parent 0ac09752
...@@ -80,7 +80,7 @@ function cm.rthcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -80,7 +80,7 @@ function cm.rthcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RTOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RTOHAND)
local g=Duel.SelectMatchingCard(tp,cm.rthcfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil,e) local g=Duel.SelectMatchingCard(tp,cm.rthcfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil,e)
Duel.SendtoHand(g,nil,REASON_COST) Duel.SendtoHand(g,nil,REASON_COST)
e:SetLabel(g:GetFirst():GetHandlerPlayer()) e:SetLabel(g:GetFirst():GetControler())
end end
function cm.rthtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function cm.rthtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return true end if chk==0 then return true 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