Commit f3e048f0 authored by wind2009's avatar wind2009

Fix ミミグル・フラワー

parent f80e045f
Pipeline #42176 passed with stages
in 4 minutes and 9 seconds
No preview for this file type
......@@ -9,6 +9,7 @@
101304008
101304009
101304016
101304017
101304022
101304023
101304027
......
......@@ -68,10 +68,10 @@ function s.confirm_decktop_s(tp,count)
end
function s.eqop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)<1 then return end
local mg=Duel.GetMatchingGroup(Card.IsType,tp,LOCATION_DECK,0,nil,TYPE_MONSTER)
if mg:GetCount()==0 or Duel.GetLocationCount(tp,LOCATION_SZONE)==0 then return end
local dcount=Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)
local seq=-1
local mg=Duel.GetMatchingGroup(Card.IsType,tp,LOCATION_DECK,0,nil,TYPE_MONSTER)
local tc=mg:GetFirst()
local qc=nil
while tc do
......@@ -82,8 +82,6 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
tc=mg:GetNext()
end
if seq==-1 then
s.confirm_decktop_s(tp,dcount)
Duel.ShuffleDeck(tp)
return
end
s.confirm_decktop_s(tp,dcount-seq)
......
--恐依のペアルックマ!!
--恐依のペアルックマ!!
local s,id,o=GetID()
function s.initial_effect(c)
--Activate
......
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