Commit 4b0e9aa1 authored by sidschingis's avatar sidschingis

add hint timing

added hint timing for cards like Rescue Rabbit and Verz Kerykeion
parent 3c9e4a84
......@@ -4,7 +4,7 @@ function c30459350.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_DRAW_PHASE)
e1:SetHintTiming(0,TIMING_DRAW_PHASE+0x1e0)
c:RegisterEffect(e1)
--cannot remove
local e2=Effect.CreateEffect(c)
......
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