Commit d904b7fd344e33716d4741de7657bb10d0338039
1 parent
dbd0ca58
fix car talent
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/actions/DinerAction.lua
@@ -310,8 +310,8 @@ function _M.talentUpRpc( agent, data ) | @@ -310,8 +310,8 @@ function _M.talentUpRpc( agent, data ) | ||
310 | end | 310 | end |
311 | 311 | ||
312 | -- 正在冒险不能升级营养剂天赋 | 312 | -- 正在冒险不能升级营养剂天赋 |
313 | - if talentData.effect:split2()[1] == 2 then | ||
314 | - if next(role.advTeam) then return 8 end | 313 | + if talentData.effect:toArray(true,"=")[1] == 2 then |
314 | + if next(role:getProperty("advTeam")) then return 8 end | ||
315 | end | 315 | end |
316 | 316 | ||
317 | role:costItems(cost) | 317 | role:costItems(cost) |