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

2025/8/30 bug修复

parent 7721c9ce
Pipeline #40384 passed with stages
in 10 minutes and 16 seconds
......@@ -34,7 +34,7 @@ function cm.desfilter(c)
return c:IsType(TYPE_SPELL+TYPE_TRAP)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFlagEffect(tp,20293047)==1
return Duel.GetFlagEffect(tp,20293047)~=0
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.desfilter,tp,0,LOCATION_ONFIELD,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