Commit 29111eed authored by 聖園ミカ's avatar 聖園ミカ 🐟

hop

parent b3115f8c
Pipeline #31374 passed with stages
in 42 minutes and 3 seconds
......@@ -40,7 +40,7 @@ function s.negcon(e,tp,eg,ep,ev,re,r,rp)
and Duel.IsChainNegatable(ev)
end
function s.cfilter(c)
return c:IsSetCard(0x3420) and c:IsAbleToRemoveAsCost()
return c:IsSetCard(0x5420) and c:IsAbleToRemoveAsCost()
end
function s.negcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_DECK,0,1,nil) 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