Commit 4a02453a9bbb5c78ea836f719aa6ea156050800f
1 parent
a5c44c41
挂机排除噩梦难度
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
src/models/RolePlugin.lua
... | ... | @@ -1691,9 +1691,13 @@ function RolePlugin.bind(Role) |
1691 | 1691 | if not csvdb["idle_battleCsv"][nextId] then |
1692 | 1692 | nextId = makeCarbonId(diff, chapterId + 1, 1) |
1693 | 1693 | if not csvdb["idle_battleCsv"][nextId] then |
1694 | - nextId = makeCarbonId(diff + 1, 1, 1) | |
1695 | - if not csvdb["idle_battleCsv"][nextId] then | |
1694 | + if diff + 1 == 3 then | |
1696 | 1695 | nextId = 0 |
1696 | + else | |
1697 | + nextId = makeCarbonId(diff + 1, 1, 1) | |
1698 | + if not csvdb["idle_battleCsv"][nextId] then | |
1699 | + nextId = 0 | |
1700 | + end | |
1697 | 1701 | end |
1698 | 1702 | end |
1699 | 1703 | end | ... | ... |
-
mentioned in commit 52f8c5f05d0a531232a7dd7887becd2a77986aa1
-
mentioned in commit 52f8c5f05d0a531232a7dd7887becd2a77986aa1
-
mentioned in commit ba6d85edc65900830c7e168102d70671881b5808
-
mentioned in commit ba6d85edc65900830c7e168102d70671881b5808