Commit 508495ee authored by salix5's avatar salix5

Merge pull request #195 from mercury233/patch-4

add timing hint
parents af2eec74 86169267
......@@ -6,6 +6,7 @@ function c43476205.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetHintTiming(0,TIMING_END_PHASE)
e1:SetTarget(c43476205.target)
e1:SetOperation(c43476205.activate)
c:RegisterEffect(e1)
......
......@@ -6,6 +6,7 @@ function c86196216.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetHintTiming(0,TIMING_DESTROY+TIMING_END_PHASE)
e1:SetTarget(c86196216.target)
e1:SetOperation(c86196216.activate)
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