Commit 58e9c5d8 authored by wind2009's avatar wind2009

Fix ジェムナイト・ヴォイドルーツ

parent f68afb01
Pipeline #30448 passed with stages
in 2 minutes and 50 seconds
......@@ -55,7 +55,7 @@ function s.discon(e,tp,eg,ep,ev,re,r,rp)
and Duel.IsExistingMatchingCard(s.tfilter,tp,LOCATION_MZONE,0,1,nil)
end
function s.costfilter2(c)
return c:IsCode(0x1047) and c:IsAbleToRemoveAsCost()
return c:IsSetCard(0x1047) and c:IsAbleToRemoveAsCost()
end
function s.discost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......
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