Commit f1912cc6 authored by salix5's avatar salix5

fix

c82732705 スキルドレイン
c5851097 虚無空間
change timing
parent f1258207
......@@ -4,7 +4,7 @@ function c5851097.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,0x1c1)
e1:SetHintTiming(0,0x1c0)
c:RegisterEffect(e1)
--disable spsummon
local e2=Effect.CreateEffect(c)
......
......@@ -4,7 +4,6 @@ function c82732705.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_DRAW_PHASE)
e1:SetCost(c82732705.cost)
c:RegisterEffect(e1)
--disable
......
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