diff --git a/src/actions/DinerAction.lua b/src/actions/DinerAction.lua index e340282..27da680 100644 --- a/src/actions/DinerAction.lua +++ b/src/actions/DinerAction.lua @@ -310,9 +310,9 @@ function _M.talentUpRpc( agent, data ) end -- 正在冒险不能升级营养剂天赋 - if talentData.effect:toArray(true,"=")[1] == 2 then - if next(role:getProperty("advTeam")) then return 8 end - end + -- if talentData.effect:toArray(true,"=")[1] == 2 then + -- if next(role:getProperty("advTeam")) then return 8 end + -- end role:costItems(cost) role.dinerData:updateProperty({field = "dishTree", value = dishTree:setv(dish, dishLevel + 1)}) diff --git a/src/csvdata b/src/csvdata index 6b0f915..c4ec029 160000 --- a/src/csvdata +++ b/src/csvdata @@ -1 +1 @@ -Subproject commit 6b0f915f5fcaf5f087661c42c75b669128d3b4cf +Subproject commit c4ec029a5f26392cf6c1471d1db1b58e0bdb5802 -- libgit2 0.21.2