Commit f43e6717 authored by wind2009's avatar wind2009

Fix 夙めてはしろ 二人ではしろ

parent 732d1326
......@@ -36,13 +36,14 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp,chk)
local ct2=edg:GetCount()
if ct1+ct2<7 then return end
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(id,1))
local sg=edg:Select(1-tp,7-ct1,ct2,nil)
local sg=edg:SelectSubGroup(1-tp,aux.TRUE,ct1==7,7-ct1,ct2,nil)
local ct=sg:GetCount()
if ct>0 then
Duel.Remove(sg,POS_FACEDOWN,REASON_RULE,1-tp)
end
if ct<7 then
local rsg=Duel.GetDecktopGroup(1-tp,7-ct)
Duel.DisableShuffleCheck()
Duel.Remove(rsg,POS_FACEDOWN,REASON_RULE,1-tp)
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