Commit 361d6526 authored by mercury233's avatar mercury233 Committed by GitHub

fix LL-比翼の麗鳥

parent 48c06b7b
......@@ -5,9 +5,10 @@ function c8243121.initial_effect(c)
e1:SetDescription(aux.Stringid(8243121,0))
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetCountLimit(1,8243121)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e1:SetHintTiming(TIMING_DAMAGE_STEP,TIMINGS_CHECK_MONSTER+TIMING_DAMAGE_STEP+TIMING_END_PHASE)
e1:SetCondition(aux.dscon)
e1:SetTarget(c8243121.target)
e1:SetOperation(c8243121.activate)
c:RegisterEffect(e1)
......
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