Commit b89124a5 authored by Huangnan's avatar Huangnan

fix

parent 280d9fe0
Pipeline #40625 failed with stages
in 3 minutes and 48 seconds
No preview for this file type
......@@ -34,7 +34,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
function s.lcfilter(c)
return c:IsLinkType(TYPE_TUNER) and c:IsSetCard(0x0x36ec)
return c:IsLinkType(TYPE_TUNER) and c:IsSetCard(0x36ec)
end
function s.lcheck(g,lc)
return g:IsExists(s.lcfilter,1,nil)
......
......@@ -34,7 +34,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
function s.lcfilter(c)
return c:IsLinkType(TYPE_TUNER) and c:IsSetCard(0x0x36ec)
return c:IsLinkType(TYPE_TUNER) and c:IsSetCard(0x36ec)
end
function s.lcheck(g,lc)
return g:IsExists(s.lcfilter,1,nil)
......
......@@ -34,7 +34,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
function s.lcfilter(c)
return c:IsLinkType(TYPE_TUNER) and c:IsSetCard(0x0x36ec)
return c:IsLinkType(TYPE_TUNER) and c:IsSetCard(0x36ec)
end
function s.lcheck(g,lc)
return g:IsExists(s.lcfilter,1,nil)
......
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