Commit 945fe813 authored by wind2009's avatar wind2009 Committed by GitHub

Fix 聖アザミナ (#2825)

Add material_type for ミラクルシンクロフュージョン
parent cf0f1567
...@@ -36,6 +36,7 @@ function s.initial_effect(c) ...@@ -36,6 +36,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
function s.mfilter1(c) function s.mfilter1(c)
return c:IsLevelAbove(6) and c:IsFusionType(TYPE_FUSION) return c:IsLevelAbove(6) and c:IsFusionType(TYPE_FUSION)
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