Commit 527bf018 authored by mallu11's avatar mallu11 Committed by GitHub

fix No.26 次元孔路オクトバイパス (#1331)

parent 60098433
...@@ -58,7 +58,7 @@ function c39622156.daop(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,7 +58,7 @@ function c39622156.daop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e3,tp) Duel.RegisterEffect(e3,tp)
end end
function c39622156.atkcon(e) function c39622156.atkcon(e)
return Duel.GetFlagEffect(tp,39622156)~=0 return Duel.GetFlagEffect(e:GetHandlerPlayer(),39622156)~=0
end end
function c39622156.atktg(e,c) function c39622156.atktg(e,c)
return c:GetFieldID()~=e:GetLabel() return c:GetFieldID()~=e:GetLabel()
......
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