Commit f3bc3d0b authored by GuGu's avatar GuGu

Update c10099.lua

parent 7a572f69
Pipeline #33229 passed with stage
in 12 seconds
......@@ -5,7 +5,7 @@ function c10099.initial_effect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetRange(LOCATION_HAND)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetCondition(c10099.con1)
e1:SetTarget(c10099.tg1)
e1:SetOperation(c10099.op1)
......
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