Commit 98f99472 authored by Tachibana's avatar Tachibana

ndyd

parent 9250cfa4
Pipeline #5308 passed with stages
in 50 minutes and 40 seconds
......@@ -35,6 +35,6 @@ end
function cm.op(e,tp,eg,ep,ev,re,r,rp)
if Duel.SpecialSummon(e:GetHandler(),0,tp,tp,false,false,POS_FACEUP)~=0 then
local g=Duel.SelectMatchingCard(tp,cm.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,3,3,nil)
Duel.SendtoHand(g,REASON_EFFECT)
Duel.SendtoHand(g,nil,REASON_EFFECT)
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