Commit a3790828 authored by Vury Leo's avatar Vury Leo

Add 焔聖騎士-テュルパン

parent 172f6105
......@@ -3852,6 +3852,15 @@ function Synchro.LevelMapper(card,tc)
end
function Synchro.DefaultTunerFilter(mc,tc)
-- if this card has EFFECT_TUNER, always count it as a Tuner
for _,e in ipairs({mc:IsHasEffect(EFFECT_TUNER)}) do
local v=e:GetValue()
if type(v)=="function" then
if v(e,tc) then return true end
elseif v then
return true
end
end
return mc:IsType(TYPE_TUNER)
end
......
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