Commit c0bbc444 authored by Crescent/毛虫's avatar Crescent/毛虫

Delete useless state

parent 877b2966
Pipeline #29153 failed with stages
in 27 seconds
......@@ -51,7 +51,7 @@ end
s.dark_calling=true
s.material_setcode=0x8
function s.matfilter1(c)
return c:IsFusionCode(89943723) or aux.IsCodeListed(c,89943723) --or c:IsHasEffect(EFFECT_FUSION_SUBSTITUTE)
return aux.IsCodeListed(c,89943723)
end
function s.matfilter2(c)
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