Commit 80f92204 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 8b565306
...@@ -3,7 +3,7 @@ local m=12059010 ...@@ -3,7 +3,7 @@ local m=12059010
local cm=_G["c"..m] local cm=_G["c"..m]
function cm.initial_effect(c) function cm.initial_effect(c)
--xyz summon --xyz summon
aux.AddXyzProcedure(c,nil,4,3,cm.ovfilter,aux.Stringid(m,0),2,cm.xyzop) aux.AddXyzProcedure(c,nil,4,3,cm.ovfilter,aux.Stringid(m,0),3,cm.xyzop)
c:EnableReviveLimit() c:EnableReviveLimit()
--xyz material --xyz material
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
......
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