Commit 9130cdd4 authored by mercury233's avatar mercury233

fix NeosReturn desc

parent 7a0dd5bf
...@@ -214,7 +214,7 @@ end ...@@ -214,7 +214,7 @@ end
function Auxiliary.EnableNeosReturn(c,operation,set_category) function Auxiliary.EnableNeosReturn(c,operation,set_category)
--return --return
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(1105) e1:SetDescription(1193)
e1:SetCategory(CATEGORY_TODECK) e1:SetCategory(CATEGORY_TODECK)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_PHASE+PHASE_END) e1:SetCode(EVENT_PHASE+PHASE_END)
......
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