Commit a7a15621 authored by Amiya's avatar Amiya

修复

parent c9678809
Pipeline #43765 failed with stages
in 2 minutes
No preview for this file type
...@@ -43,6 +43,12 @@ function s.initial_effect(c) ...@@ -43,6 +43,12 @@ function s.initial_effect(c)
e4:SetCode(EFFECT_INDESTRUCTABLE_EFFECT) e4:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
e4:SetValue(1) e4:SetValue(1)
c:RegisterEffect(e4) c:RegisterEffect(e4)
--double tuner
local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_SINGLE)
e5:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e5:SetCode(21142671)
c:RegisterEffect(e5)
if not s.global_flag then if not s.global_flag then
s.global_flag=true s.global_flag=true
local ge1=Effect.CreateEffect(c) local ge1=Effect.CreateEffect(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