Commit aba3388e authored by Fluorohydride's avatar Fluorohydride

Merge pull request #471 from lostway/patch-3

Update c62784717.lua
parents d9887a53 2d9b0d45
......@@ -4,6 +4,7 @@ function c62784717.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_STANDBY_PHASE)
c:RegisterEffect(e1)
--coin
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