Commit e65db480 authored by wind2009's avatar wind2009 Committed by GitHub

Fix マチュア・クロニクル (#2578)

parent fdb80f64
......@@ -118,6 +118,7 @@ function s.op2(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,s.filter2,tp,LOCATION_REMOVED,0,1,1,nil,e,tp)
local tc=g:GetFirst()
if g:GetCount()>0 then
Duel.HintSelection(g)
Duel.SendtoHand(tc,nil,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