Commit 65b6237a authored by 未闻皂名's avatar 未闻皂名

2025/1/9 bug修复

parent 209d9200
Pipeline #32456 passed with stages
in 10 minutes and 33 seconds
...@@ -34,5 +34,5 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -34,5 +34,5 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterFlagEffect(tp,m,RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(tp,m,RESET_PHASE+PHASE_END,0,1)
end end
function cm.atktg(e,c) function cm.atktg(e,c)
return c:IsCode(list[1]) return RD.IsLegendCode(c,list[1])
end end
\ No newline at end of file
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