Commit 2ad7999a authored by Huangnan's avatar Huangnan

fix

parent d35841b1
Pipeline #40879 failed with stages
in 5 minutes and 15 seconds
......@@ -59,7 +59,7 @@ function c82000240.target(e,tp,eg,ep,ev,re,r,rp,chk)
e1:SetOperation(c82000240.desop)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END+RESET_OPPO_TURN,2)
e:GetHandler():RegisterEffect(e1)
e:GetHandler():RegisterFlagEffect(1082946,RESET_PHASE+PHASE_END+RESET_OPPO_TURN,0,2)
e:GetHandler():RegisterFlagEffect(82000240,RESET_PHASE+PHASE_END+RESET_OPPO_TURN,0,2)
c82000240[e:GetHandler()]=e1
end
function c82000240.activate1(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -34,7 +34,7 @@ function c82000646.initial_effect(c)
end
function c82000646.spcfilter(c,tp)
return c:IsReason(REASON_BATTLE+REASON_EFFECT)
and c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_ONFIELD)
and c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_ONFIELD) and not c:IsCode(82000646)
end
function c82000646.regcon(e,tp,eg,ep,ev,re,r,rp)
local v=0
......
......@@ -56,7 +56,7 @@ function c95101055.chkfilter(c,tp)
return c:IsType(TYPE_MONSTER) and c:IsControler(1-tp)
end
function c95101055.operation(e,tp,eg,ep,ev,re,r,rp)
if eg:IsExists(c77910045.chkfilter,1,nil,tp) then
if eg:IsExists(c95101055.chkfilter,1,nil,tp) then
Duel.Recover(tp,500,REASON_EFFECT)
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