Commit a33c674c authored by Amiya's avatar Amiya
parents e267a548 58e9c5d8
Pipeline #30450 failed with stages
in 2 minutes and 55 seconds
...@@ -55,7 +55,7 @@ function s.discon(e,tp,eg,ep,ev,re,r,rp) ...@@ -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) and Duel.IsExistingMatchingCard(s.tfilter,tp,LOCATION_MZONE,0,1,nil)
end end
function s.costfilter2(c) function s.costfilter2(c)
return c:IsCode(0x1047) and c:IsAbleToRemoveAsCost() return c:IsSetCard(0x1047) and c:IsAbleToRemoveAsCost()
end end
function s.discost(e,tp,eg,ep,ev,re,r,rp,chk) function s.discost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() 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