Commit 35f5d309 authored by mercury233's avatar mercury233 Committed by GitHub

fix 森羅の舞踏娘 ピオネ

parent b546016d
...@@ -58,6 +58,7 @@ function c21903613.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,6 +58,7 @@ function c21903613.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sg=og:Select(tp,1,ft,nil) local sg=og:Select(tp,1,ft,nil)
for tc in aux.Next(sg) do for tc in aux.Next(sg) do
Duel.DisableShuffleCheck()
if Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP) then if Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP) then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
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