Commit 5417a96f authored by mercury233's avatar mercury233 Committed by GitHub

fix リンクロス

parent 4ed76387
...@@ -57,7 +57,7 @@ function c85243784.tkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function c85243784.tkop(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_CANNOT_BE_LINK_MATERIAL) e1:SetCode(EFFECT_CANNOT_BE_LINK_MATERIAL)
e1:SetProperty(EFFECT_FLAG_SET_AVAILABLE) e1:SetProperty(EFFECT_FLAG_SET_AVAILABLE+EFFECT_FLAG_IGNORE_IMMUNE)
e1:SetTargetRange(0xff,0xff) e1:SetTargetRange(0xff,0xff)
e1:SetTarget(aux.TargetBoolFunction(Card.IsCode,48068379)) e1:SetTarget(aux.TargetBoolFunction(Card.IsCode,48068379))
e1:SetValue(c85243784.lklimit) e1:SetValue(c85243784.lklimit)
......
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