Commit 9b68383a authored by nekrozar's avatar nekrozar

fix

parent e93e9187
...@@ -42,7 +42,7 @@ function c4239451.adop1(e,tp,eg,ep,ev,re,r,rp) ...@@ -42,7 +42,7 @@ function c4239451.adop1(e,tp,eg,ep,ev,re,r,rp)
local def=tc:GetDefense() local def=tc:GetDefense()
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_SWAP_ATTACK_FINAL)) e1:SetCode(EFFECT_SWAP_ATTACK_FINAL)
e1:SetValue(def) e1:SetValue(def)
e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
......
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