Commit c7b9a88a authored by mercury233's avatar mercury233 Committed by GitHub

fix 予見者ゾルガ

parent c1c6a966
...@@ -52,6 +52,7 @@ function c31525442.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,6 +52,7 @@ function c31525442.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.BreakEffect() Duel.BreakEffect()
for p=tp,1-tp,1-tp-tp do for p=tp,1-tp,1-tp-tp do
local g=Duel.GetFieldGroup(p,LOCATION_DECK,0) local g=Duel.GetFieldGroup(p,LOCATION_DECK,0)
if #g>0 then
local ct={} local ct={}
for i=5,1,-1 do for i=5,1,-1 do
if #g>=i then if #g>=i then
...@@ -64,6 +65,7 @@ function c31525442.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,6 +65,7 @@ function c31525442.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(tp,sg) Duel.ConfirmCards(tp,sg)
end end
end end
end
end end
function c31525442.dmcon(e,tp,eg,ev,ep,re,r,rp) function c31525442.dmcon(e,tp,eg,ev,ep,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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