Commit e54eab92 authored by wind2009's avatar wind2009

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

parent 2540731c
Pipeline #29764 passed with stages
in 1 minute and 22 seconds
No preview for this file type
......@@ -35,7 +35,7 @@ function s.rmlimit(e,c,rp,r,re)
and r&REASON_EFFECT~=0 and re:GetOwnerPlayer()~=tp
end
function s.cfilter(c)
return c:IsFaceup() and c:IsSetCard(0xea)
return c:IsFaceup() and c:IsSetCard(0xea) and c:IsType(TYPE_SYNCHRO)
end
function s.tdfilter(c)
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