Commit 79a2e137 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix (#1656)

parent 98697eaa
......@@ -5,7 +5,6 @@ function c34559295.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,34559295)
e1:SetCondition(c34559295.condition)
......
......@@ -4,7 +4,6 @@ function c36111775.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCondition(c36111775.condition)
e1:SetTarget(c36111775.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