Commit 07f35c2e authored by TheOnePharaoh's avatar TheOnePharaoh Committed by mercury233

Fix Cluster Congester (#1038)

parent ad8e15a6
...@@ -18,12 +18,12 @@ function c94703021.initial_effect(c) ...@@ -18,12 +18,12 @@ function c94703021.initial_effect(c)
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_QUICK_O) e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetCode(EVENT_FREE_CHAIN) e3:SetCode(EVENT_FREE_CHAIN)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_GRAVE)
e3:SetHintTiming(0,TIMING_BATTLE_PHASE) e3:SetHintTiming(0,TIMING_BATTLE_PHASE)
e3:SetCondition(c94703021.tkcon2) e3:SetCondition(c94703021.tkcon2)
e3:SetCost(c94703021.tkcost2) e3:SetCost(c94703021.tkcost2)
e3:SetTarget(c94703021.tktg2) e3:SetTarget(c94703021.tktg2)
e3:SetOperation(c94703021.tkop) e3:SetOperation(c94703021.tkop2)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c94703021.tkcon1(e,tp,eg,ep,ev,re,r,rp) function c94703021.tkcon1(e,tp,eg,ep,ev,re,r,rp)
......
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