Commit ac4d1b1e authored by whenmo's avatar whenmo Committed by GitHub

Update VgD.Lua

parent f138af5a
......@@ -730,9 +730,9 @@ function VgD.ResetOperation(e,tp,eg,ep,ev,re,r,rp)
end
--指令卡
function VgD.SpellActivate(c,des,op,con,cost)
function VgD.SpellActivate(c,m,op,con,cost)
local e1=Effect.CreateEffect(c)
e1:SetDescription(des)
if m then e1:SetDescription(aux.Stringid(m, 0)) end
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,VgID+EFFECT_COUNT_CODE_OATH)
......
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