Commit 3c75ed71 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #624 from woodee/patch-31

add hint timing
parents e265c2c4 0fb1c704
......@@ -5,6 +5,7 @@ function c98643358.initial_effect(c)
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DAMAGE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,0x1e0)
e1:SetTarget(c98643358.target)
e1:SetOperation(c98643358.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