Commit c569a5cf authored by 聖園ミカ's avatar 聖園ミカ 🐟

1+1=3

parent 735c39ec
...@@ -89,7 +89,7 @@ function c11601170.spop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -89,7 +89,7 @@ function c11601170.spop2(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,c11601170.spfilter,tp,LOCATION_DECK,0,1,1,nil,e,tp) local g=Duel.SelectMatchingCard(tp,c11601170.spfilter,tp,LOCATION_DECK,0,1,1,nil,e,tp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
local g2=Duel.GetMatchingGroup(Card.IsCanBeSpecialSummoned,1-tp,LOCATION_EXTRA,0,nil,e,0,tp,false,false) local g2=Duel.GetMatchingGroup(Card.IsCanBeSpecialSummoned,1-tp,LOCATION_EXTRA,0,nil,e,0,1-tp,false,false)
if g2:GetCount()>0 and Duel.SelectYesNo(1-tp,aux.Stringid(11601170,0)) then if g2:GetCount()>0 and Duel.SelectYesNo(1-tp,aux.Stringid(11601170,0)) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_SPSUMMON)
......
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