Commit 4cfa0bf7 authored by 独孤朲's avatar 独孤朲

Merge pull request #1017 from Steeldarkeagel/patch-29

Update c90846359.lua
parents c2e55ce4 6c4d5e26
......@@ -4,7 +4,7 @@ function c90846359.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+0x1c0)
e1:SetTarget(c90846359.acttg)
c:RegisterEffect(e1)
--adjust
......
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