Commit a94cc4b9 authored by nanahira's avatar nanahira

fix

parent bb99f735
Pipeline #817 passed with stages
in 34 minutes and 38 seconds
......@@ -90,9 +90,8 @@ 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,nil,2,REASON_EFFECT)~=5 then
Duel.Draw(tp,1,REASON_EFFECT)
end
Duel.SendtoDeck(g,nil,2,REASON_EFFECT)
Duel.Draw(tp,1,REASON_EFFECT)
end
else
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
......
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