Commit d2db1b8e authored by Huangnan's avatar Huangnan

fix

parent 916aaf78
Pipeline #33618 failed with stages
in 31 minutes and 42 seconds
......@@ -98,6 +98,7 @@ function c60001173.ntop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g=Duel.SelectMatchingCard(tp,c60001173.ntfil,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,1,nil,code1,code2)
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
end
e:Reset()
end
......
......@@ -96,6 +96,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local tg2=g:Select(tp,1,1,nil)
tg1:Merge(tg2)
Duel.SendtoHand(tg1,tp,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tg1)
end
end
function cm.mstfil(c)
......
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