Commit 51fadb56 authored by salix5's avatar salix5

Merge pull request #4 from nekrozar/patch-1

fix Gogogo Aristera & Dexia
parents 6348706c e0ad8b3a
...@@ -80,7 +80,7 @@ function c91718579.posop(e,tp,eg,ep,ev,re,r,rp) ...@@ -80,7 +80,7 @@ function c91718579.posop(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SET_DEFENCE_FINAL) e1:SetCode(EFFECT_SET_DEFENCE_FINAL)
e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+0x1fe0000)
e1:SetValue(0) e1:SetValue(0)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
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