diff --git a/src/commands/commandList/battle/util/teamUtil.js b/src/commands/commandList/battle/util/teamUtil.js index ed7f86e4e..55360a2ac 100644 --- a/src/commands/commandList/battle/util/teamUtil.js +++ b/src/commands/commandList/battle/util/teamUtil.js @@ -390,6 +390,9 @@ const createTeamEmbed = (exports.createTeamEmbed = function (p, team, other = {} for (let j = 0; j < weapon.passives.length; j++) { body += `${weapon.passives[j].emoji} `; } + if (weapon.hasTT) { + body += `[${weapon.kills}] `; + } body += `${weapon.avgQuality}%`; } }