Commit 9e2a6180 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #482 from woodee/patch-13

add hint timing
parents d01aeece f23c5bcd
......@@ -5,7 +5,7 @@ function c54974237.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+TIMING_END_PHASE)
e1:SetCost(c54974237.cost)
e1:SetTarget(c54974237.target)
e1:SetOperation(c54974237.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