Commit 87b6fac7 authored by POLYMER's avatar POLYMER

fix

parent a5f81d3f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
function c35399012.initial_effect(c) function c35399012.initial_effect(c)
-- --
c:EnableReviveLimit() c:EnableReviveLimit()
aux.AddFusionProcFunFunRep(c,aux.FilterBoolFunction(Card.IsType,TYPE_TUNER),aux.TRUE,2,2,true) aux.AddFusionProcFunFunRep(c,aux.FilterBoolFunction(Card.IsFusionType,TYPE_TUNER),aux.TRUE,2,2,true)
-- --
local e0=Effect.CreateEffect(c) local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE) e0: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