Commit c65c546a authored by wind2009's avatar wind2009

Fix 光なき影 ア=バオ・ア・クゥー

parent 0fdf8b9f
...@@ -114,9 +114,9 @@ function s.dract(e,tp,eg,ep,ev,re,r,rp) ...@@ -114,9 +114,9 @@ function s.dract(e,tp,eg,ep,ev,re,r,rp)
if ct>0 then if ct>0 then
Duel.Draw(p,ct,REASON_EFFECT) Duel.Draw(p,ct,REASON_EFFECT)
Duel.BreakEffect() Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,p,HINTMSG_TODECK)
local g=Duel.GetFieldGroup(p,LOCATION_HAND,0):Select(p,ct,ct,nil) local rg=Duel.GetFieldGroup(p,LOCATION_HAND,0):Select(p,ct,ct,nil)
Duel.ShuffleHand(tp) Duel.ShuffleHand(p)
aux.PlaceCardsOnDeckBottom(tp,g) aux.PlaceCardsOnDeckBottom(p,rg)
end end
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