Commit c16291ac authored by Vury Leo's avatar Vury Leo

fix

parent 117fae67
Pipeline #39224 failed with stages
in 3 minutes and 13 seconds
...@@ -145,9 +145,8 @@ function s.tpop(e,tp,eg,ep,ev,re,r,rp) ...@@ -145,9 +145,8 @@ function s.tpop(e,tp,eg,ep,ev,re,r,rp)
-- b) watch for BP to cancel M1 skip & schedule M2 skip -- b) watch for BP to cancel M1 skip & schedule M2 skip
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e2:SetCode(EVENT_PHASE+PHASE_BATTLE) -- PHASE_BATTLE is the end of BP e2:SetCode(EVENT_PHASE+PHASE_BATTLE) -- PHASE_BATTLE is the end of BP
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e2:SetCountLimit(1) e2:SetCountLimit(1)
e2:SetLabelObject(skip_m1) e2:SetLabelObject(skip_m1)
e2:SetOperation(function(ee,tp2,eg2,ep2,ev2,re2,rp2) e2:SetOperation(function(ee,tp2,eg2,ep2,ev2,re2,rp2)
......
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