Commit e4153e29 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #522 from woodee/patch-17

add hint timing
parents 9dc36ddd c5d528d5
......@@ -5,6 +5,7 @@ function c24082387.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DAMAGE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE)
e1:SetLabel(0)
e1:SetCost(c24082387.cost)
e1:SetTarget(c24082387.target)
......
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