Commit b58c774d authored by Fluorohydride's avatar Fluorohydride

Merge pull request #558 from woodee/patch-21

add hint timing
parents 0fd3867d 7ab4f6ef
......@@ -9,7 +9,7 @@ function c52558805.initial_effect(c)
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetHintTiming(TIMING_DAMAGE_STEP)
e1:SetHintTiming(TIMING_DAMAGE_STEP+0x1c0)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
......
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