Commit 3ecfe830 authored by mallu11's avatar mallu11 Committed by GitHub

fix 灰燼竜バスタード (#1454)

parent e165d122
......@@ -13,6 +13,7 @@ function c41373230.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e2:SetCondition(c41373230.imcon)
e2:SetOperation(c41373230.imop)
c:RegisterEffect(e2)
......
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