Commit 9a2cfc93 authored by DailyShana's avatar DailyShana

fix, close #866

parent 4853b1e9
...@@ -28,7 +28,8 @@ function c32679370.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -28,7 +28,8 @@ function c32679370.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP)
end end
tc=g:GetNext() tc=g:GetNext()
if ft>1 and tc and Duel.SelectYesNo(tp,aux.Stringid(32679370,1)) then if ft>1 and tc and not Duel.IsPlayerAffectedByEffect(tp,59822133)
and Duel.SelectYesNo(tp,aux.Stringid(32679370,1)) then
Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
......
...@@ -30,7 +30,8 @@ function c72714226.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -30,7 +30,8 @@ function c72714226.operation(e,tp,eg,ep,ev,re,r,rp)
local tc1=g:GetFirst() local tc1=g:GetFirst()
local tc2=g:GetNext() local tc2=g:GetNext()
Duel.SpecialSummonStep(tc1,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummonStep(tc1,0,tp,tp,false,false,POS_FACEUP)
if tc2 and ct>1 and Duel.SelectYesNo(tp,aux.Stringid(72714226,1)) then if tc2 and ct>1 and not Duel.IsPlayerAffectedByEffect(tp,59822133)
and Duel.SelectYesNo(tp,aux.Stringid(72714226,1)) then
Duel.SpecialSummonStep(tc2,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummonStep(tc2,0,tp,tp,false,false,POS_FACEUP)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
......
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