Commit f5fb1d4a authored by Nemo Ma's avatar Nemo Ma

Update c40009457.lua

parent 30f120b8
...@@ -16,6 +16,7 @@ function cm.act(e,tp) ...@@ -16,6 +16,7 @@ function cm.act(e,tp)
local ct,og,tc = rsop.SelectToHand(tp,cm.thfilter,tp,LOCATION_DECK+LOCATION_REMOVED,0,1,1,nil,{}) local ct,og,tc = rsop.SelectToHand(tp,cm.thfilter,tp,LOCATION_DECK+LOCATION_REMOVED,0,1,1,nil,{})
if tc and tc:IsLocation(LOCATION_HAND) and #g>0 and Duel.SendtoDeck(g,nil,0,REASON_EFFECT)>0 then if tc and tc:IsLocation(LOCATION_HAND) and #g>0 and Duel.SendtoDeck(g,nil,0,REASON_EFFECT)>0 then
local ct=Duel.GetOperatedGroup():FilterCount(Card.IsLocation,nil,LOCATION_DECK) local ct=Duel.GetOperatedGroup():FilterCount(Card.IsLocation,nil,LOCATION_DECK)
if ct>0 then Duel.SortDecktop(tp,tp,ct) end --if ct>0 then Duel.SortDecktop(tp,tp,ct) end
end end
if ct>0 then Duel.SortDecktop(tp,tp,ct) end
end end
\ No newline at end of file
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