Commit 8387ad3c authored by Nemo Ma's avatar Nemo Ma

fix

parent bab8fd01
No preview for this file type
...@@ -5,7 +5,7 @@ local s = c33700428 ...@@ -5,7 +5,7 @@ local s = c33700428
local id = 33700428 local id = 33700428
function s.initial_effect(c) function s.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
aux.AddLinkProcedure(c, aux.FilterBoolFunctionEx(Card.IsType, TYPE_TOKEN), 4, 4) aux.AddLinkProcedure(c, aux.FilterBoolFunction(Card.IsLinkType, TYPE_TOKEN), 4, 4)
--battle indestructable --battle indestructable
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