Commit b68ba945 authored by GuGu's avatar GuGu

Update c74563021.lua

parent 98318a8f
Pipeline #34766 passed with stage
in 12 seconds
...@@ -58,7 +58,7 @@ function c74563021.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,7 +58,7 @@ function c74563021.atkop(e,tp,eg,ep,ev,re,r,rp)
--half atk --half atk
local e4=Effect.CreateEffect(e:GetHandler()) local e4=Effect.CreateEffect(e:GetHandler())
e4:SetType(EFFECT_TYPE_FIELD) e4:SetType(EFFECT_TYPE_FIELD)
e4:SetCode(EFFECT_SET_ATTACK_FINAL) e4:SetCode(EFFECT_SET_ATTACK)
e4:SetRange(LOCATION_MZONE) e4:SetRange(LOCATION_MZONE)
e4:SetProperty(EFFECT_FLAG_DELAY) e4:SetProperty(EFFECT_FLAG_DELAY)
e4:SetTargetRange(0,LOCATION_MZONE) e4:SetTargetRange(0,LOCATION_MZONE)
...@@ -67,7 +67,7 @@ function c74563021.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -67,7 +67,7 @@ function c74563021.atkop(e,tp,eg,ep,ev,re,r,rp)
e4:SetReset(RESET_PHASE+PHASE_END,1) e4:SetReset(RESET_PHASE+PHASE_END,1)
Duel.RegisterEffect(e4,tp) Duel.RegisterEffect(e4,tp)
local e5=e4:Clone() local e5=e4:Clone()
e5:SetCode(EFFECT_SET_DEFENSE_FINAL) e5:SetCode(EFFECT_SET_DEFENSE)
e5:SetValue(c74563021.defval) e5:SetValue(c74563021.defval)
Duel.RegisterEffect(e5,tp) Duel.RegisterEffect(e5,tp)
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