Commit ed6bed24 authored by mercury233's avatar mercury233 Committed by GitHub

fix 忍法 落葉舞

parent 34d025e4
......@@ -56,6 +56,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sc=Duel.SelectMatchingCard(tp,s.spfilter,tp,LOCATION_DECK,0,1,1,nil,e,tp):GetFirst()
if not sc then return end
if Duel.SpecialSummonStep(sc,0,tp,tp,false,false,POS_FACEUP) then
c:SetCardTarget(sc)
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