Commit 1c7b87e2 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix (#1964)

parent aebf2c60
--ブラックフェザー·アサルト·ドラゴン --ブラックフェザー・アサルト・ドラゴン
function c73218989.initial_effect(c) function c73218989.initial_effect(c)
aux.AddCodeList(c,9012916) aux.AddCodeList(c,9012916)
c:EnableCounterPermit(0x10) c:EnableCounterPermit(0x10)
...@@ -52,6 +52,7 @@ function c73218989.initial_effect(c) ...@@ -52,6 +52,7 @@ function c73218989.initial_effect(c)
e5:SetOperation(c73218989.desop) e5:SetOperation(c73218989.desop)
c:RegisterEffect(e5) c:RegisterEffect(e5)
end end
c73218989.material_type=TYPE_SYNCHRO
function c73218989.mfilter1(c) function c73218989.mfilter1(c)
return c:IsType(TYPE_TUNER) and c:IsType(TYPE_SYNCHRO) and c:IsType(TYPE_MONSTER) return c:IsType(TYPE_TUNER) and c:IsType(TYPE_SYNCHRO) and c:IsType(TYPE_MONSTER)
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