Commit cf36467f authored by wind2009's avatar wind2009

Fix 仇すれば通図

翻开卡组的n张卡没能加入手卡,且自己没有手卡时,应对n-1张卡排序
parent 5f3dfed9
......@@ -81,6 +81,8 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoDeck(sg,nil,SEQ_DECKBOTTOM,REASON_EFFECT)
ac=ac-1
end
else
ac=ac-1
end
if ac>0 then
Duel.SortDecktop(p,p,ac)
......
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