Commit a3d80a6c authored by DailyShana's avatar DailyShana

fix

parent ca101e2b
......@@ -26,7 +26,7 @@ function c82103466.initial_effect(c)
e2:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
e2:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e2:SetRange(LOCATION_MZONE)
e2:SetValue(aux.tgval)
e2:SetValue(1)
c:RegisterEffect(e2)
--disable and atk down
local e3=Effect.CreateEffect(c)
......@@ -116,7 +116,7 @@ function c82103466.atkop(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SET_ATTACK_FINAL)
e1:SetReset(RESET_EVENT+0x1fe0000)
e1:SetReset(RESET_EVENT+0x1ff0000)
e1:SetValue(atk)
c: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