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

2023/10/24 bug修复

parent 3a347bdd
Pipeline #23836 passed with stages
in 7 minutes and 10 seconds
...@@ -72,7 +72,7 @@ function RushDuel.InitRule() ...@@ -72,7 +72,7 @@ function RushDuel.InitRule()
return c:IsPreviousPosition(POS_FACEUP) and c:IsFacedown() return c:IsPreviousPosition(POS_FACEUP) and c:IsFacedown()
end end
RushDuel.CreateFieldGlobalEffect(true, EVENT_CHANGE_POS, function(e, tp, eg, ep, ev, re, r, rp) RushDuel.CreateFieldGlobalEffect(true, EVENT_CHANGE_POS, function(e, tp, eg, ep, ev, re, r, rp)
local g = eg:Filter() local g = eg:Filter(is_turn_set,nil)
g:ForEach(function(tc) g:ForEach(function(tc)
tc:RegisterFlagEffect(FLAG_NOT_SUMMON_TURN, RESET_EVENT + RESETS_STANDARD - RESET_TURN_SET, 0, 1) tc:RegisterFlagEffect(FLAG_NOT_SUMMON_TURN, RESET_EVENT + RESETS_STANDARD - RESET_TURN_SET, 0, 1)
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