Commit 38a413f1 authored by Amiya's avatar Amiya

修复

parent bf231ca4
Pipeline #41108 failed with stages
in 52 seconds
...@@ -58,7 +58,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,7 +58,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.cfilter(c) function s.cfilter(c)
return c:IsSetCard(0x2066) and c:IsLevel(8) and c:IsAbleToGraveAsCost() return c:IsSetCard(0xe9) and c:IsLevel(8) and c:IsAbleToGraveAsCost()
end end
function s.sumcost(e,tp,eg,ep,ev,re,r,rp,chk) function s.sumcost(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 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