Commit 54fe846a authored by mercury233's avatar mercury233

add timing hint

RUM-ラプターズ・フォース
parent 21012f26
...@@ -6,7 +6,7 @@ function c43383478.initial_effect(c) ...@@ -6,7 +6,7 @@ function c43383478.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetHintTiming(TIMING_DESTROY) e1:SetHintTiming(0,TIMING_DESTROY+TIMING_END_PHASE)
e1:SetCondition(c43383478.condition) e1:SetCondition(c43383478.condition)
e1:SetTarget(c43383478.target) e1:SetTarget(c43383478.target)
e1:SetOperation(c43383478.activate) e1:SetOperation(c43383478.activate)
......
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