Commit 6d0ba635 authored by GuGu's avatar GuGu

Update c74563666.lua

parent f587ca17
Pipeline #29053 passed with stage
in 10 seconds
...@@ -32,7 +32,7 @@ function c74563666.initial_effect(c) ...@@ -32,7 +32,7 @@ function c74563666.initial_effect(c)
e5:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e5:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e5:SetCode(EVENT_FREE_CHAIN) e5:SetCode(EVENT_FREE_CHAIN)
e5:SetRange(LOCATION_REMOVED) e5:SetRange(LOCATION_REMOVED)
e5:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CANNOT_NEGATE+EFFECT_FLAG_UNCOPYABLE) e5:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e5:SetCondition(c74563666.con) e5:SetCondition(c74563666.con)
e5:SetOperation(c74563666.sprop1) e5:SetOperation(c74563666.sprop1)
c:RegisterEffect(e5) c:RegisterEffect(e5)
......
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