Commit d8d4d836 authored by nanahira's avatar nanahira

Update c37564765.lua

parent 075e1f63
......@@ -1811,7 +1811,8 @@ function cm.GainEffect_3L(c,tc,pres,pctlm)
if not mt or c:GetFlagEffect(cd-4000)>0 or not mt.effect_operation_3L then return end
local ctlm=pctlm or cm.CheckKoishiCount(c)
local efft={mt.effect_operation_3L(c,ctlm)}
local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_SINGLE)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_ADD_TYPE)
e2:SetValue(TYPE_EFFECT)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
......
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