Commit ffe43ad1 authored by Amiya's avatar Amiya

修复

parent 76ff48a9
...@@ -37,7 +37,7 @@ function s.filter2(c,e,tp,m,f,chkf) ...@@ -37,7 +37,7 @@ function s.filter2(c,e,tp,m,f,chkf)
return res return res
end end
function s.ffilter(c) function s.ffilter(c)
return aux.IsCodeListed(c,29762407) return aux.IsCodeListed(c,29762408)
end end
function s.fcheck(tp,sg,fc) function s.fcheck(tp,sg,fc)
return not sg:IsExists(Card.IsControler,1,nil,1-tp) or sg:IsExists(s.ffilter,1,nil) return not sg:IsExists(Card.IsControler,1,nil,1-tp) or sg:IsExists(s.ffilter,1,nil)
...@@ -100,7 +100,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -100,7 +100,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.thcon(e,tp,eg,ep,ev,re,r,rp,chk) function s.thcon(e,tp,eg,ep,ev,re,r,rp,chk)
return Duel.IsExistingMatchingCard(aux.AND(Card.IsFaceupEx,Card.IsCode),tp,LOCATION_ONFIELD,0,1,nil,29762407) return Duel.IsExistingMatchingCard(aux.AND(Card.IsFaceupEx,Card.IsCode),tp,LOCATION_ONFIELD,0,1,nil,29762408)
end end
function s.thfilter(c) function s.thfilter(c)
return c:IsCode(100237007) and c:IsAbleToHand() return c:IsCode(100237007) and c:IsAbleToHand()
......
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