Commit ccee3991 authored by salix5's avatar salix5

fix 聖騎士コルネウス

parent d0ce969a
...@@ -36,7 +36,7 @@ function c42472002.effop(e,tp,eg,ep,ev,re,r,rp) ...@@ -36,7 +36,7 @@ function c42472002.effop(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(rc) local e1=Effect.CreateEffect(rc)
e1:SetDescription(aux.Stringid(42472002,0)) e1:SetDescription(aux.Stringid(42472002,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCondition(c42472002.sumcon) e1:SetCondition(c42472002.sumcon)
e1:SetTarget(c42472002.sumtg) e1:SetTarget(c42472002.sumtg)
......
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