Commit 89199908 authored by mercury233's avatar mercury233

fix

parent 42b0c4fd
......@@ -26,6 +26,9 @@ function c100334042.initial_effect(c)
e2:SetOperation(c100334042.spop)
c:RegisterEffect(e2)
end
function c100334042.mfilter(c)
return c:IsLevelAbove(3) and c:IsLinkRace(RACE_CYBERSE)
end
function c100334042.atkval(e,c)
return c:GetLinkedGroupCount()*300
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