Commit f179f9c5 authored by 独孤朲's avatar 独孤朲

Merge pull request #933 from Lsty/patch-55

Update c90885155.lua
parents 3a04f42d ddf2e809
......@@ -56,6 +56,7 @@ function c90885155.initial_effect(c)
local e8=Effect.CreateEffect(c)
e8:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e8:SetCode(EVENT_SUMMON_SUCCESS)
e8:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e8:SetCondition(c90885155.effcon)
e8:SetOperation(c90885155.effop)
c:RegisterEffect(e8)
......@@ -63,6 +64,7 @@ function c90885155.initial_effect(c)
local e9=Effect.CreateEffect(c)
e9:SetType(EFFECT_TYPE_SINGLE)
e9:SetCode(EFFECT_MATERIAL_CHECK)
e9:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e9:SetValue(c90885155.valcheck)
e9:SetLabelObject(e8)
c:RegisterEffect(e9)
......
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