Commit cdd44982 authored by salix5's avatar salix5

Merge pull request #1342 from nekrozar/patch-3

fix Red-Eyes Black Dragon Sword
parents 147c26b6 23c173a5
......@@ -53,10 +53,10 @@ function c19747827.eqop(e,tp,eg,ep,ev,re,r,rp)
e3:SetCode(EFFECT_UPDATE_ATTACK)
e3:SetValue(c19747827.atkval)
e3:SetReset(RESET_EVENT+0x1fe0000)
tc:RegisterEffect(e3)
c:RegisterEffect(e3)
local e4=e3:Clone()
e4:SetCode(EFFECT_UPDATE_DEFENCE)
tc:RegisterEffect(e4)
c:RegisterEffect(e4)
end
function c19747827.eqlimit(e,c)
return c==e:GetLabelObject()
......
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