Commit d9887a53 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #470 from lostway/patch-2

Update c70406920.lua
parents c9879808 883bfb82
......@@ -5,6 +5,7 @@ function c70406920.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE)
e1:SetCost(c70406920.cost)
e1:SetTarget(c70406920.target)
e1:SetOperation(c70406920.activate)
......
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