Commit df7c459b authored by Nemo Ma's avatar Nemo Ma

Update c33701020.lua

parent 61923595
...@@ -5,7 +5,7 @@ local s = c33701020 ...@@ -5,7 +5,7 @@ local s = c33701020
local id = 33701020 local id = 33701020
function s.initial_effect(c) function s.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
aux.AddFusionProcMixN(c, true, true, s.ffilter, 3) aux.AddFusionProcFunRep(c, aux.FilterBoolFunction(Card.IsFusionSetCard, 0x144e), 3, false)
--special summon self --special summon self
local e1 = Effect.CreateEffect(c) local e1 = Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id, 0)) e1:SetDescription(aux.Stringid(id, 0))
...@@ -30,9 +30,6 @@ function s.initial_effect(c) ...@@ -30,9 +30,6 @@ function s.initial_effect(c)
e2:SetOperation(s.tgop) e2:SetOperation(s.tgop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function s.ffilter(c, fc, sumtype, tp, sub, mg, sg)
return c:IsFusionSetCard(0x144e)
end
function s.spcon(e, tp, eg, ep, ev, re, r, rp) function s.spcon(e, tp, eg, ep, ev, re, r, rp)
local ct = Duel.GetActivityCount(tp, ACTIVITY_BATTLE_PHASE) local ct = Duel.GetActivityCount(tp, ACTIVITY_BATTLE_PHASE)
return Duel.GetTurnPlayer() == tp and ct == 0 return Duel.GetTurnPlayer() == tp and ct == 0
......
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