Commit bc8baa4a authored by Fluorohydride's avatar Fluorohydride

Merge pull request #442 from lilris/patch-1

Update c11373345.lua
parents 7a492591 6d639487
...@@ -5,6 +5,7 @@ function c11373345.initial_effect(c) ...@@ -5,6 +5,7 @@ function c11373345.initial_effect(c)
e1:SetCategory(CATEGORY_DESTROY) e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,0x1c0)
e1:SetCondition(c11373345.condition) e1:SetCondition(c11373345.condition)
e1:SetCost(c11373345.cost) e1:SetCost(c11373345.cost)
e1:SetTarget(c11373345.target) e1:SetTarget(c11373345.target)
......
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