Commit 37fd12d0 authored by 八宫一月's avatar 八宫一月

Merge branch 'revert-a3e168ee' into 'master'

Revert "fix--銀河眼の時源竜。"

See merge request !1
parents a3e168ee 695674ea
Pipeline #27294 failed with stages
in 58 seconds
...@@ -50,11 +50,20 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,11 +50,20 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if not c:IsRelateToEffect(e) then return end if not c:IsRelateToEffect(e) then return end
local b1=Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false) local b1=Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
local b2=Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP,1-tp) local b2=Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP,1-tp)
local toplayer=aux.SelectFromOptions(tp, local op=0
{b1,aux.Stringid(id,3),tp}, if b1 and b2 then
{b2,aux.Stringid(id,4),1-tp}) op=Duel.SelectOption(tp,aux.Stringid(id,3),aux.Stringid(id,4))
if toplayer~=nil then elseif b1 then
Duel.SpecialSummon(c,0,tp,toplayer,false,false,POS_FACEUP) op=Duel.SelectOption(tp,aux.Stringid(id,3))
elseif b2 then
op=Duel.SelectOption(tp,aux.Stringid(id,4))+1
else
Duel.SendtoGrave(c,REASON_RULE)
end
if op==0 then
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
else
Duel.SpecialSummon(c,0,tp,1-tp,false,false,POS_FACEUP)
end end
end end
function s.thfilter(c) function s.thfilter(c)
......
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