Commit ec835caf authored by Amiya's avatar Amiya

修复

parent fb1286b8
Pipeline #30548 passed with stages
in 1 minute and 50 seconds
...@@ -36,7 +36,7 @@ function s.acop(e,tp,eg,ep,ev,re,r,rp) ...@@ -36,7 +36,7 @@ function s.acop(e,tp,eg,ep,ev,re,r,rp)
if not c:IsRelateToEffect(e) or c:IsFacedown() or c:IsControler(1-tp) then return end if not c:IsRelateToEffect(e) or c:IsFacedown() or c:IsControler(1-tp) then return end
local ct=Duel.GetMatchingGroupCount(Card.IsRace,tp,LOCATION_GRAVE,0,nil,RACE_FIEND) local ct=Duel.GetMatchingGroupCount(Card.IsRace,tp,LOCATION_GRAVE,0,nil,RACE_FIEND)
if ct==0 then return end if ct==0 then return end
local res=Duel.SelectOption(tp,aux.Stringid(id,2),aux.Stringid(id,3)) local res=Duel.SelectOption(1-tp,aux.Stringid(id,2),aux.Stringid(id,3))
if res==0 then if res==0 then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
...@@ -36,7 +36,7 @@ function s.acop(e,tp,eg,ep,ev,re,r,rp) ...@@ -36,7 +36,7 @@ function s.acop(e,tp,eg,ep,ev,re,r,rp)
if not c:IsRelateToEffect(e) or c:IsFacedown() or c:IsControler(1-tp) then return end if not c:IsRelateToEffect(e) or c:IsFacedown() or c:IsControler(1-tp) then return end
local ct=Duel.GetMatchingGroupCount(Card.IsRace,tp,LOCATION_GRAVE,0,nil,RACE_ZOMBIE) local ct=Duel.GetMatchingGroupCount(Card.IsRace,tp,LOCATION_GRAVE,0,nil,RACE_ZOMBIE)
if ct==0 then return end if ct==0 then return end
local res=Duel.SelectOption(tp,aux.Stringid(id,2),aux.Stringid(id,3)) local res=Duel.SelectOption(1-tp,aux.Stringid(id,2),aux.Stringid(id,3))
if res==0 then if res==0 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