Commit e54eab92 authored by wind2009's avatar wind2009

Fix クリストロン・クラスター

parent 2540731c
No preview for this file type
...@@ -35,7 +35,7 @@ function s.rmlimit(e,c,rp,r,re) ...@@ -35,7 +35,7 @@ function s.rmlimit(e,c,rp,r,re)
and r&REASON_EFFECT~=0 and re:GetOwnerPlayer()~=tp and r&REASON_EFFECT~=0 and re:GetOwnerPlayer()~=tp
end end
function s.cfilter(c) function s.cfilter(c)
return c:IsFaceup() and c:IsSetCard(0xea) return c:IsFaceup() and c:IsSetCard(0xea) and c:IsType(TYPE_SYNCHRO)
end end
function s.tdfilter(c) function s.tdfilter(c)
return not c:IsCode(id) and c:IsFaceupEx() and c:IsSetCard(0xea) and c:IsAbleToDeck() return not c:IsCode(id) and c:IsFaceupEx() and c:IsSetCard(0xea) and c:IsAbleToDeck()
......
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