Commit 2d76f63e authored by nanahira's avatar nanahira

fix typo

parent b2c6aa31
...@@ -19,7 +19,7 @@ function c47185546.filter1(c,e,tp) ...@@ -19,7 +19,7 @@ function c47185546.filter1(c,e,tp)
and aux.MustMaterialCheck(c,tp,EFFECT_MUST_BE_XMATERIAL) and aux.MustMaterialCheck(c,tp,EFFECT_MUST_BE_XMATERIAL)
end end
function c47185546.filter2(c,e,tp,mc,rk) function c47185546.filter2(c,e,tp,mc,rk)
return (c:IsRank(rk+2) or c:IsRank(rk-2) and c:IsRace(RACE_INSECT) and mc:IsCanBeXyzMaterial(c) return (c:IsRank(rk+2) or c:IsRank(rk-2)) and c:IsRace(RACE_INSECT) and mc:IsCanBeXyzMaterial(c)
and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false)
end end
function c47185546.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c47185546.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
...@@ -29,7 +29,7 @@ function c58600555.initial_effect(c) ...@@ -29,7 +29,7 @@ function c58600555.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c58600555.ovfilter(c) function c58600555.ovfilter(c)
return c:IsFaceup() and c:IsXyzType(TYPE_XYZ) and (c:IsRank(3) or c:IsRank(4) and c:IsRace(RACE_INSECT) return c:IsFaceup() and c:IsXyzType(TYPE_XYZ) and (c:IsRank(3) or c:IsRank(4)) and c:IsRace(RACE_INSECT)
end end
function c58600555.mfilter(c) function c58600555.mfilter(c)
return c:IsRace(RACE_INSECT) and c:IsAttribute(ATTRIBUTE_LIGHT) return c:IsRace(RACE_INSECT) and c:IsAttribute(ATTRIBUTE_LIGHT)
......
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