Commit 189dda94 authored by Tachibana's avatar Tachibana

1145141919810

parent b9e1d8ae
Pipeline #15183 passed with stages
in 26 minutes and 7 seconds
...@@ -99,6 +99,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -99,6 +99,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
local ct=og:FilterCount(Card.IsLocation,nil,LOCATION_DECK) local ct=og:FilterCount(Card.IsLocation,nil,LOCATION_DECK)
if ct==0 then return end if ct==0 then return end
Duel.BreakEffect() Duel.BreakEffect()
Duel.ShuffleDeck(tp)
Duel.Draw(tp,ct,REASON_EFFECT) Duel.Draw(tp,ct,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