Commit 342c9cc9 authored by 未闻皂名's avatar 未闻皂名

2024/11/19 bug修复

parent 3b11a9f5
Pipeline #31224 passed with stages
in 8 minutes and 17 seconds
......@@ -24,7 +24,7 @@ function cm.spfilter(c,e,tp)
and c:IsAttribute(ATTRIBUTE_DARK+ATTRIBUTE_FIRE)
and RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP)
end
cm.cost=RD.CostSendGraveToDeckBottom(cm.costfilter,2,2)
cm.cost=RD.CostSendGraveToDeck(cm.costfilter,2,2)
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.filter,tp,0,LOCATION_ONFIELD,1,nil) end
local g=Duel.GetMatchingGroup(cm.filter,tp,0,LOCATION_ONFIELD,nil)
......
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