Commit f5edb560 authored by Huangnan's avatar Huangnan

FIX カオス・アンヘル-混沌の双翼-

parent aa8fd5c2
Pipeline #40631 passed with stages
in 1 minute and 34 seconds
...@@ -33,7 +33,7 @@ function c22850702.matfilter1(c,syncard) ...@@ -33,7 +33,7 @@ function c22850702.matfilter1(c,syncard)
return c:IsTuner(syncard) or (c:IsAttribute(ATTRIBUTE_LIGHT+ATTRIBUTE_DARK) and c:IsLocation(LOCATION_MZONE)) return c:IsTuner(syncard) or (c:IsAttribute(ATTRIBUTE_LIGHT+ATTRIBUTE_DARK) and c:IsLocation(LOCATION_MZONE))
end end
function c22850702.matfilter2(c,syncard) function c22850702.matfilter2(c,syncard)
return c:IsNotTuner(syncard) and (c:IsAttribute(ATTRIBUTE_LIGHT+ATTRIBUTE_DARK) and c:IsLocation(LOCATION_MZONE)) return c:IsNotTuner(syncard) and (c:IsAttribute(ATTRIBUTE_LIGHT+ATTRIBUTE_DARK))
end end
function c22850702.rmtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c22850702.rmtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsOnField() and chkc:IsAbleToRemove() end if chkc then return chkc:IsOnField() and chkc:IsAbleToRemove() 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