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

hop

parent 5f4c3bf9
Pipeline #31156 passed with stages
in 46 minutes and 8 seconds
No preview for this file type
......@@ -76,7 +76,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
end
function s.costfilter(c,tp)
return c:IsAbleToRemoveAsCost() and (c:IsCode(6161601) and Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) or c:IsCode(6161506))
return c:IsAbleToRemoveAsCost() and (c:IsCode(17300003) and Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) or c:IsCode(17300002))
end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
......
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