Commit 89f66531 authored by xiaoye's avatar xiaoye

Revert "Update vgfuncLib.lua"

This reverts commit 05f59898.
parent 05f59898
...@@ -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_CIRCLE, condition return loc or LOCATION_MZONE, 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