Commit 65be20ee authored by wind2009's avatar wind2009 Committed by GitHub

Update HintTiming for 武装竜の万雷 (#1718)

parent 73494e5e
......@@ -7,7 +7,7 @@ function c57605303.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e1:SetHintTiming(TIMING_DAMAGE_STEP)
e1:SetCountLimit(1,57605303)
e1:SetTarget(c57605303.target)
e1:SetOperation(c57605303.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