Commit 4f42ce98 authored by GuGu's avatar GuGu

Update c29056.lua

parent 4cd8173d
Pipeline #33242 passed with stage
in 7 seconds
......@@ -94,7 +94,7 @@ function c29056.cost3(e,tp,eg,ep,ev,re,r,rp,chk)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
e1:SetReset(RESET_EVENT+0x1fe0000)
e1:SetValue(-e:GetHandler():GetAttack())
e:GetHandler():RegisterEffect(e1)
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