Commit a2a010db authored by Tachibana's avatar Tachibana

得得得得得

parent de386ee1
Pipeline #12845 passed with stages
in 36 minutes and 1 second
......@@ -3,7 +3,7 @@ function c85400005.initial_effect(c)
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_FIELD)
e0:SetCode(EFFECT_SPSUMMON_PROC)
e0:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e0:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_SPSUM_PARAM)
e0:SetRange(LOCATION_HAND)
e0:SetTargetRange(POS_FACEUP_DEFENSE,0)
e0:SetCondition(c85400005.cd0)
......@@ -132,7 +132,7 @@ function c85400005.op3(e,tp,eg,ep,ev,re,r,rp)
----------回合结束特殊召唤
end
end
end
end
end
function c85400005.ctop1(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():IsAbleToGrave() then
......
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