Commit 454bf2a7 authored by TanakaKotoha's avatar TanakaKotoha
parents 115763ad 90aa17d8
......@@ -52,7 +52,7 @@ function c1156015.lkfilter(c,lc,tp)
if c:IsType(TYPE_MONSTER) then
return flag and c:IsRace(RACE_SPELLCASTER)
else
return c:IsFaceup() and c:IsType(TYPE_SPELL)
return c:IsFaceup() and c:IsType(TYPE_SPELL) and not c:IsHasEffect(EFFECT_CANNOT_BE_LINK_MATERIAL)
end
end
function c1156015.lvfilter(c)
......
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