Commit dc59ca6b authored by Tachibana's avatar Tachibana

ybb

parent e05dd5d4
Pipeline #10116 passed with stages
in 32 minutes and 50 seconds
......@@ -65,10 +65,10 @@ function cm.splimit(e,se,sp,st)
return bit.band(st,SUMMON_TYPE_XYZ)==SUMMON_TYPE_XYZ or StarLight_from_K.Brightstarlight_Effect[se]
end
function cm.filter1(c)
return c:IsSetCard(0x374) and c:IsType(TYPE_CONTINUOUS+TYPE_TRAP)
return c:IsSetCard(0x374) and c:IsType(TYPE_TRAP) and c:IsType(TYPE_CONTINUOUS)
end
function cm.filter2(c)
return c:IsSetCard(0x374) and c:IsType(TYPE_CONTINUOUS+TYPE_SPELL)
return c:IsSetCard(0x374) and c:IsType(TYPE_CONTINUOUS) and c:IsType(TYPE_SPELL)
end
function cm.filter3(c)
return c:IsSetCard(0x374) and c:IsType(TYPE_MONSTER)
......
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