Commit 40293fb7 authored by 未闻皂名's avatar 未闻皂名

2025/5/21 bug修复

parent d5dd05b0
Pipeline #36628 passed with stages
in 19 minutes and 21 seconds
...@@ -39,7 +39,7 @@ function cm.condition(e,tp,eg,ep,ev,re,r,rp) ...@@ -39,7 +39,7 @@ function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(cm.confilter,tp,LOCATION_MZONE,0,1,nil) return Duel.IsExistingMatchingCard(cm.confilter,tp,LOCATION_MZONE,0,1,nil)
end end
function cm.operation(e,tp,eg,ep,ev,re,r,rp,mat,fc) function cm.operation(e,tp,eg,ep,ev,re,r,rp,mat,fc)
RD.AttachAtkDef(e,fc,200,RESET_EVENT+RESETS_STANDARD,true) RD.AttachAtkDef(e,fc,200,0,RESET_EVENT+RESETS_STANDARD,true)
end end
-- Extra -- Extra
function cm.codetg(e,c) function cm.codetg(e,c)
......
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