Commit 08cb0587 authored by TanakaKotoha's avatar TanakaKotoha

mopemope

parent 90128b30
Pipeline #722 passed with stages
in 41 minutes and 8 seconds
No preview for this file type
#[2020.7 DIY]
!2020.7 DIY
#[2020.10 DIY]
!2020.10 DIY
#1
00119006 0 --海帕杰顿-完全体
......
......@@ -14,6 +14,13 @@ function c33700372.initial_effect(c)
e1:SetTarget(c33700372.destg)
e1:SetOperation(c33700372.desop)
c:RegisterEffect(e1)
--add code
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e2:SetCode(EFFECT_ADD_CODE)
e2:SetValue(33700352)
c:RegisterEffect(e2)
end
function c33700372.disfilter(c)
return aux.disfilter1(c)
......
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