Commit 307df14f authored by Fluorohydride's avatar Fluorohydride

Merge pull request #444 from lilris/patch-3

Update c76515293.lua
parents 4af7a163 ba57f574
......@@ -4,6 +4,7 @@ function c76515293.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c76515293.target)
e1:SetOperation(c76515293.operation)
......
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