Commit f555557b authored by 未闻皂名's avatar 未闻皂名

2025/5/9 bug修复

parent d44b3a55
Pipeline #36142 passed with stages
in 15 minutes and 42 seconds
...@@ -17,7 +17,7 @@ function cm.initial_effect(c) ...@@ -17,7 +17,7 @@ function cm.initial_effect(c)
end end
--Discard Deck --Discard Deck
function cm.spfilter(c,e,tp) function cm.spfilter(c,e,tp)
return c:IsCode(list[3],list[4]) RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP) return c:IsCode(list[3],list[4]) and RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP)
end end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDiscardDeck(tp,4) end if chk==0 then return Duel.IsPlayerCanDiscardDeck(tp,4) 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