Commit bb99f735 authored by nanahira's avatar nanahira

fix

parent bcdaa66b
Pipeline #816 passed with stages
in 30 minutes and 12 seconds
......@@ -90,7 +90,7 @@ function c72404107.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local g=Duel.SelectMatchingCard(tp,c72404107.filter1,tp,LOCATION_GRAVE,0,5,5,nil)
if g:GetCount()==5 then
if Duel.SendtoDeck(g,REASON_EFFECT)~=5 then
if Duel.SendtoDeck(g,nil,2,REASON_EFFECT)~=5 then
Duel.Draw(tp,1,REASON_EFFECT)
end
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