Commit 90b2c6b3 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent adb6be4d
...@@ -60,6 +60,9 @@ function c36841733.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -60,6 +60,9 @@ function c36841733.atkop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(atk) e1:SetValue(atk)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_UPDATE_DEFENSE)
c:RegisterEffect(e2)
end end
end end
function c36841733.spcon(e,tp,eg,ep,ev,re,r,rp) function c36841733.spcon(e,tp,eg,ep,ev,re,r,rp)
......
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