Commit 10a1dac2 authored by mercury233's avatar mercury233 Committed by GitHub

fix エクシーズ・パニッシュ

parent 0a65a1d4
......@@ -4,8 +4,6 @@ function c99064191.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c99064191.target1)
e1:SetOperation(c99064191.activate1)
c:RegisterEffect(e1)
--negate
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