Commit 2698573f authored by wind2009's avatar wind2009

Fix 命王の螺旋

parent 439a8aea
Pipeline #39137 passed with stages
in 3 minutes and 28 seconds
No preview for this file type
...@@ -52,3 +52,4 @@ ...@@ -52,3 +52,4 @@
101302074 101302074
101302075 101302075
101302076 101302076
101302079
\ No newline at end of file
...@@ -50,8 +50,9 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,8 +50,9 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end end
if e:GetLabel()==100 then if e:GetLabel()==100 then
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetDescription(aux.Stringid(id,3))
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetProperty(EFFECT_FLAG_CLIENT_HINT+EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EFFECT_CANNOT_ACTIVATE) e1:SetCode(EFFECT_CANNOT_ACTIVATE)
e1:SetTargetRange(1,0) e1:SetTargetRange(1,0)
e1:SetValue(s.aclimit) e1:SetValue(s.aclimit)
......
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