Browse Source

解决自动回复右侧队长错误计算为左侧队长的问题

pull/1/head
枫谷剑仙 2 years ago
parent
commit
eee54a3bc6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      script.js
  2. +1
    -1
      service-worker.js

+ 1
- 1
script.js View File

@@ -5566,7 +5566,7 @@ function refreshTeamAwokenEfeect(awokenEffectDom, team, ti) {
//自动回复的队长技能
let lsAwoken1 = parseLSkill1.filter(skill=>skill.kind == SkillKinds.AutoHeal),
lsAwoken2 = parseLSkill1.filter(skill=>skill.kind == SkillKinds.AutoHeal);
lsAwoken2 = parseLSkill2.filter(skill=>skill.kind == SkillKinds.AutoHeal);
if (lsAwoken1.length) {
const [,,rcv] = leader1.ability;
count += rcv * lsAwoken1[0].value.value;


+ 1
- 1
service-worker.js View File

@@ -18487,7 +18487,7 @@ const cachesMap = new Map([
],
[
"script.js",
"0f4c8f66c579969cd03f35b690a291e2"
"d401579fb09b3d804a4baad3fc233e0d"
],
[
"solo.html",


Loading…
Cancel
Save