Commit cfb02501 authored by salix5's avatar salix5

Merge pull request #1470 from sidschingis/patch-4

Hint Timing
parents b8d9a11f 3af43819
......@@ -5,7 +5,7 @@ function c9765723.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetHintTiming(0,0x1c0+TIMING_DAMAGE_STEP)
e1:SetHintTiming(0,0x1e0+TIMING_DAMAGE_STEP)
e1:SetCondition(c9765723.condition)
e1:SetTarget(c9765723.target)
e1:SetOperation(c9765723.operation)
......@@ -17,7 +17,7 @@ function c9765723.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetRange(LOCATION_SZONE)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetHintTiming(0,0x1c0)
e2:SetHintTiming(0,0x1e0)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1,9765723)
e2:SetCost(c9765723.descost)
......
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