Commit 51df179c authored by GuGu's avatar GuGu

Update c86379777.lua

parent 21b28c42
Pipeline #29470 passed with stage
in 7 seconds
...@@ -8,7 +8,7 @@ function c86379777.initial_effect(c) ...@@ -8,7 +8,7 @@ function c86379777.initial_effect(c)
e1:SetDescription(aux.Stringid(86379777,1)) e1:SetDescription(aux.Stringid(86379777,1))
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_EXTRA) e1:SetRange(LOCATION_EXTRA)
e1:SetCountLimit(1,86379777) e1:SetCountLimit(1,86379777)
e1:SetCondition(c86379777.sprcon) e1:SetCondition(c86379777.sprcon)
......
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