Commit 81b438f6 authored by Nemo Ma's avatar Nemo Ma

Update c53729006.lua

parent ad76b3ba
......@@ -6,7 +6,7 @@ cm.downside_code=m+25
if not pcall(function() require("expansions/script/c53702500") end) then require("script/c53702500") end
function cm.initial_effect(c)
SNNM.HartrazCheck(c)
SNNM.ORsideLink(c,function(c)return c:IsLevel(4) and c:IsLinkSetCard(0x5533)end,1,1,nil,53729006)
SNNM.ORsideLink(c,aux.FilterBoolFunction(Card.IsLinkSetCard,0x5533),1,1,nil,53729006)
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e0:SetCode(EVENT_SPSUMMON_SUCCESS)
......
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