Commit 1867e4e5 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/INFO' into master

parents 7679b542 b5d31d0a
......@@ -19,7 +19,7 @@ function s.initial_effect(c)
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetCode(EFFECT_TO_GRAVE_REDIRECT_CB)
e3:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e3:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_CANNOT_DISABLE)
e3:SetCondition(s.repcon)
e3:SetOperation(s.repop)
c:RegisterEffect(e3)
......
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