Commit 3f155a11 authored by woodee's avatar woodee

Merge pull request #106 from sidschingis/patch-2

add hint timing
parents 9a35cfa9 4b0cdcd4
......@@ -6,6 +6,7 @@ function c49366157.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,0x1e0)
e1:SetCost(c49366157.cost)
e1:SetTarget(c49366157.target)
e1:SetOperation(c49366157.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