Commit 15090541 authored by mercury233's avatar mercury233

fix

parent ce4faf11
......@@ -15,6 +15,9 @@ function c35306215.initial_effect(c)
e1:SetOperation(c35306215.otop)
e1:SetValue(SUMMON_TYPE_ADVANCE)
c:RegisterEffect(e1)
local e4=e1:Clone()
e4:SetCode(EFFECT_SET_PROC)
c:RegisterEffect(e4)
--tohand
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(35306215,1))
......
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