Commit 7aa7e678 authored by xiaoye's avatar xiaoye

Update vgd.lua

parent 1496582c
...@@ -1481,7 +1481,7 @@ function VgD.Action.AbilityAuto(c, m, loc, typ, code, op, cost, con, tg, count, ...@@ -1481,7 +1481,7 @@ function VgD.Action.AbilityAuto(c, m, loc, typ, code, op, cost, con, tg, count,
typ = (typ or EFFECT_TYPE_SINGLE) + (cost and EFFECT_TYPE_TRIGGER_O or EFFECT_TYPE_TRIGGER_F) typ = (typ or EFFECT_TYPE_SINGLE) + (cost and EFFECT_TYPE_TRIGGER_O or EFFECT_TYPE_TRIGGER_F)
loc, con = VgF.GetLocCondition(loc, con) loc, con = VgF.GetLocCondition(loc, con)
typ, code, con = VgF.GetTypCodeCondition(typ, code, con) typ, code, con = VgF.GetTypeCodeCondition(typ, code, con)
-- set effect -- set effect
local e = Effect.CreateEffect(c) local e = Effect.CreateEffect(c)
e:SetDescription(VgF.Stringid(VgID + 1, id or 1)) e:SetDescription(VgF.Stringid(VgID + 1, id or 1))
......
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