Commit 33790e23 authored by Tachibana's avatar Tachibana

1145141919810

parent 196edc99
Pipeline #14153 passed with stages
in 33 minutes
......@@ -40,8 +40,6 @@ function c85400030.op1(e,tp,eg,ep,ev,re,r,rp)
local p1=tc:GetPreviousControler()
local p2=gc:GetControler()
local b1=2^tc:GetPreviousSequence()
if p1~=p2 and gc:IsAbleToChangeControler() then
Duel.GetControl(gc,p1,0,0,b1)
local e1=Effect.CreateEffect(gc)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
......@@ -59,6 +57,8 @@ function c85400030.op1(e,tp,eg,ep,ev,re,r,rp)
e2:SetCondition(c85400030.acd2)
gc:RegisterEffect(e2)
----------无敌の一击!
if p1~=p2 and gc:IsAbleToChangeControler() then
Duel.GetControl(gc,p1,0,0,b1)
end
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