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

2025/5/25 bug修复

parent cc0db5de
Pipeline #36778 passed with stages
in 12 minutes and 3 seconds
......@@ -30,7 +30,7 @@ cm.cost=RD.CostSendDeckTopToGrave(1)
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsFaceup() and c:IsRelateToEffect(e) then
RD.ChangeCode(e,c,list[1],RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
RD.ChangeCode(e,c,list[2],RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
end
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,2))
......
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