Commit cad7eeee authored by 伊蕾娜's avatar 伊蕾娜

fix:金子修复「永远的春梦✿哆来咪·苏伊特」bug

parent 96a8c07e
Pipeline #14782 passed with stage
in 52 seconds
--永远的春梦✿哆来咪·苏伊特 --永远的春梦✿哆来咪·苏伊特
function c31024.initial_effect(c) function c31024.initial_effect(c)
--synchro summon --synchro summon
aux.AddSynchroProcedure(c,nil,aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsSetCard,0x208),1),1) aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsSetCard,0x208),1)
c:EnableReviveLimit() c:EnableReviveLimit()
--search set --search set
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
...@@ -65,5 +65,5 @@ function c31024.sop(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,5 +65,5 @@ function c31024.sop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and Duel.SSet(tp,tc) then if tc:IsRelateToEffect(e) and Duel.SSet(tp,tc) then
Duel.ConfirmCards(1-tp,tc) Duel.ConfirmCards(1-tp,tc)
end end
end end
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