Skip to content

Commit 5c0fe56

Browse files
committed
fix: 修复冲突天赋漏填出错
1 parent b82da6c commit 5c0fe56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/modules/talent.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ class Talent {
7373
for(const e of exclude) {
7474
if(talent == e) return talent;
7575
}
76+
for (const e of this.get(talent).exclude) {
77+
if (excludeId == e) return talent
78+
}
7679
}
7780
return null;
7881
}

0 commit comments

Comments
 (0)