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

2025/11/10 bug修复

parent 4ecb2d75
Pipeline #41568 passed with stages
in 8 minutes and 7 seconds
...@@ -27,7 +27,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -27,7 +27,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
if c:IsFaceup() and c:IsRelateToEffect(e) then if c:IsFaceup() and c:IsRelateToEffect(e) then
local filter=RD.Filter(cm.filter,c:GetAttack()) local filter=RD.Filter(cm.filter,c:GetAttack())
RD.SelectAndDoAction(aux.Stringid(m,1),filter,tp,LOCATION_MZONE,0,1,1,nil,function(g) RD.SelectAndDoAction(aux.Stringid(m,1),filter,tp,LOCATION_MZONE,0,1,1,nil,function(g)
local atk=g:GetFirst():GetAttack() local atk=g:GetFirst():GetBaseAttack()
RD.AttachAtkDef(e,c,atk,0,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END+RESET_OPPO_TURN) RD.AttachAtkDef(e,c,atk,0,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END+RESET_OPPO_TURN)
end) end)
end 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