Commit 596c654c authored by POLYMER's avatar POLYMER

fix

parent 8e4165fa
......@@ -28,7 +28,7 @@ function c33200656.initial_effect(c)
end
function c33200656.mfilter(c)
return c:IsRace(RACE_CYBERSE)
return c:IsRace(RACE_CYBERSE) and c:IsXyzLevel(4)
end
function c33200656.xyzcheck(g)
return g:GetClassCount(Card.GetCode)==#g
......
......@@ -27,7 +27,7 @@ function c33200658.initial_effect(c)
c:RegisterEffect(e2)
end
function c33200658.mfilter(c)
return c:IsRace(RACE_CYBERSE)
return c:IsRace(RACE_CYBERSE) and c:IsXyzLevel(4)
end
function c33200658.xyzcheck(g)
return g:GetClassCount(Card.GetCode)==#g
......
......@@ -30,7 +30,7 @@ function c33200660.initial_effect(c)
c:RegisterEffect(e2)
end
function c33200660.mfilter(c)
return c:IsRace(RACE_CYBERSE)
return c:IsRace(RACE_CYBERSE) and c:IsXyzLevel(4)
end
function c33200660.xyzcheck(g)
return g:GetClassCount(Card.GetCode)==#g
......
......@@ -27,7 +27,7 @@ function c33200662.initial_effect(c)
c:RegisterEffect(e2)
end
function c33200662.mfilter(c)
return c:IsRace(RACE_CYBERSE)
return c:IsRace(RACE_CYBERSE) and c:IsXyzLevel(4)
end
function c33200662.xyzcheck(g)
return g:GetClassCount(Card.GetCode)==#g
......
......@@ -27,7 +27,7 @@ function c33200664.initial_effect(c)
c:RegisterEffect(e2)
end
function c33200664.mfilter(c)
return c:IsRace(RACE_CYBERSE)
return c:IsRace(RACE_CYBERSE) and c:IsXyzLevel(4)
end
function c33200664.xyzcheck(g)
return g:GetClassCount(Card.GetCode)==#g
......
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