Commit e90bb1dc authored by Amiya's avatar Amiya

修复

parent 7e444688
Pipeline #26439 passed with stages
in 47 seconds
...@@ -45,7 +45,7 @@ function s.op(e,tp,eg,ep,ev,re,r,rp) ...@@ -45,7 +45,7 @@ function s.op(e,tp,eg,ep,ev,re,r,rp)
local og=Duel.GetOperatedGroup() local og=Duel.GetOperatedGroup()
local fid=og:GetFirst():GetFieldID() local fid=og:GetFirst():GetFieldID()
for tc in aux.Next(og) do for tc in aux.Next(og) do
tc:RegisterFlagEffect(id,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_STANDBY+RESET_SELF_TURN,0,1,fid) tc:RegisterFlagEffect(id,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1,fid)
end end
og:KeepAlive() og:KeepAlive()
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
......
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