Commit 05f59898 authored by whenmo's avatar whenmo Committed by GitHub

Update vgfuncLib.lua

parent 6b499efd
...@@ -155,7 +155,7 @@ function VgF.GetLocCondition(loc, con) ...@@ -155,7 +155,7 @@ function VgF.GetLocCondition(loc, con)
if VgF.GetValueType(c) ~= "Card" or not loc_con(c) then return false end if VgF.GetValueType(c) ~= "Card" or not loc_con(c) then return false end
return not con or con(e, tp, eg, ep, ev, re, r, rp) return not con or con(e, tp, eg, ep, ev, re, r, rp)
end end
return loc or LOCATION_MZONE, condition return loc or LOCATION_CIRCLE, condition
end end
---检查并转换typ 以及 code 用于【自】能力函数 ---检查并转换typ 以及 code 用于【自】能力函数
......
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