Commit d4bfb0cf authored by GuGu's avatar GuGu

Update c74563023.lua

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