Commit e9176dd5 authored by wind2009's avatar wind2009

Fix E-HERO ネオス・ロード

parent 40390501
...@@ -51,7 +51,7 @@ end ...@@ -51,7 +51,7 @@ end
s.dark_calling=true s.dark_calling=true
s.material_setcode=0x8 s.material_setcode=0x8
function s.matfilter1(c) function s.matfilter1(c)
return aux.IsCodeListed(c,89943723) return aux.IsCodeListed(c,89943723) and c:IsType(TYPE_FUSION)
end end
function s.matfilter2(c) function s.matfilter2(c)
return c:IsFusionType(TYPE_EFFECT) and c:IsLocation(LOCATION_ONFIELD) return c:IsFusionType(TYPE_EFFECT) and c:IsLocation(LOCATION_ONFIELD)
......
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