This commit is contained in:
mengxinzxz 2024-05-19 02:34:16 +08:00
parent 1f4e45ab16
commit 8545287b51
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ const skills = {
const targets = trigger
.getParent(2)
.targets.filter(i => {
return i != player;
return i != trigger.player;
})
.sortBySeat();
if (targets.length) {