Commit a3c3c539 authored by salix5's avatar salix5

Merge pull request #117 from sidschingis/patch-3

add hint timing
parents 880a1232 45ad8755
...@@ -10,6 +10,7 @@ function c74586817.initial_effect(c) ...@@ -10,6 +10,7 @@ function c74586817.initial_effect(c)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,0x1c0+TIMING_MAIN_END)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetCondition(c74586817.rmcon) e1:SetCondition(c74586817.rmcon)
e1:SetTarget(c74586817.rmtg) e1:SetTarget(c74586817.rmtg)
......
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