Commit 18f98336 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 9e74b672
...@@ -47,7 +47,7 @@ end ...@@ -47,7 +47,7 @@ end
function c51339637.setfilter(c,tp) function c51339637.setfilter(c,tp)
if not c:IsSummonType(SUMMON_TYPE_LINK) then return false end if not c:IsSummonType(SUMMON_TYPE_LINK) then return false end
local mat=c:GetMaterial() local mat=c:GetMaterial()
return c:IsFaceup() and c:IsSetCard(0x119) and mat:IsExists(Card.IsLinkCode,1,nil,c:GetCode()) return c:IsFaceup() and c:IsControler(tp) and c:IsSetCard(0x119) and mat:IsExists(Card.IsLinkCode,1,nil,c:GetCode())
end end
function c51339637.setcon(e,tp,eg,ep,ev,re,r,rp) function c51339637.setcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c51339637.setfilter,1,nil,tp) return eg:IsExists(c51339637.setfilter,1,nil,tp)
......
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