Commit be1ccb19 authored by mercury233's avatar mercury233 Committed by GitHub

fix カオス・アンヘル-混沌の双翼-

parent adebbdae
......@@ -23,6 +23,7 @@ function c22850702.initial_effect(c)
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e3:SetCode(EVENT_SPSUMMON_SUCCESS)
e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e3:SetCondition(c22850702.regcon)
e3:SetOperation(c22850702.regop)
c:RegisterEffect(e3)
......
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