Commit d53ccb3f authored by 聖園ミカ's avatar 聖園ミカ 🐟

md

parent b38a1360
......@@ -47,7 +47,7 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end
function cm.tdfilter(c)
return c:IsFaceup() and c:IsFaceup() and c:IsType(TYPE_RITUAL) and c:IsType(TYPE_PENDULUM) and c:IsAbleToHand()
return c:IsFaceup() and c:GetOriginalType()&TYPE_RITUAL~=0 and c:GetOriginalType()&TYPE_PENDULUM~=0 and c:IsAbleToHand()
end
function cm.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end
......
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