Commit 5020be26 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #483 from woodee/patch-14

add hint timing
parents 9e2a6180 54312c04
......@@ -5,7 +5,7 @@ function c35027493.initial_effect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_TOHAND)
e1:SetHintTiming(0,TIMING_TOHAND+0x1c0)
e1:SetCost(c35027493.cost)
e1:SetTarget(c35027493.target)
e1:SetOperation(c35027493.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