Commit 53ae1ef1 authored by salix5's avatar salix5

Merge pull request #1453 from DailyShana/patch-8

fix
parents 9cfdf43c 88ec65d6
...@@ -63,8 +63,8 @@ function c52628687.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -63,8 +63,8 @@ function c52628687.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(e:GetLabel()) e1:SetValue(e:GetLabel())
e1:SetReset(RESET_EVENT+0x1fe0000) e1:SetReset(RESET_EVENT+0x1fe0000)
c:RegisterEffect(e1) c:RegisterEffect(e1)
Duel.SpecialSummonComplete()
Duel.Equip(tp,c,tc) Duel.Equip(tp,c,tc)
Duel.SpecialSummonComplete()
--Add Equip limit --Add Equip limit
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE) e2:SetType(EFFECT_TYPE_SINGLE)
......
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