Commit 54d80ed1 authored by Grajade's avatar Grajade

Update c1141202.lua

parent 3ab8a4da
...@@ -8,6 +8,7 @@ function c1141202.initial_effect(c) ...@@ -8,6 +8,7 @@ function c1141202.initial_effect(c)
e1:SetCategory(CATEGORY_POSITION+CATEGORY_HANDES+CATEGORY_TODECK) e1:SetCategory(CATEGORY_POSITION+CATEGORY_HANDES+CATEGORY_TODECK)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,1141202)
e1:SetTarget(c1141202.tg1) e1:SetTarget(c1141202.tg1)
e1:SetOperation(c1141202.op1) e1:SetOperation(c1141202.op1)
c:RegisterEffect(e1) c:RegisterEffect(e1)
......
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