Commit d05306e0 authored by mercury233's avatar mercury233 Committed by GitHub

fix Axon Kicker Oracle

parent e26da3bf
...@@ -35,6 +35,7 @@ function s.initial_effect(c) ...@@ -35,6 +35,7 @@ function s.initial_effect(c)
e3:SetOperation(s.spop) e3:SetOperation(s.spop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
s.material_type=TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK
function s.matfilter(c) function s.matfilter(c)
return c:IsFusionType(TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK) return c:IsFusionType(TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK)
end end
......
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