Commit 7682b99d authored by Amiya's avatar Amiya

修复

parent 52637851
Pipeline #42549 canceled with stages
in 30 seconds
......@@ -67,7 +67,7 @@ function s.negop(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.cfilter2(c)
return c:IsType(TYPE_MONSTER) and (c:IsSetCard(0x99,0x99)
return c:IsType(TYPE_MONSTER) and (c:IsSetCard(0x99,0x9f)
or c:IsSetCard(0x98) and c:IsType(TYPE_PENDULUM)) and c:IsDiscardable()
end
function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
......
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