Commit f4c3b4ca authored by Grajade's avatar Grajade

Update c50502.lua

parent 7f56740f
......@@ -5,6 +5,7 @@ function c50502.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,50502)
e1:SetOperation(c50502.activate)
c:RegisterEffect(e1)
--Charge
......
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