summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-20 15:10:43 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-20 15:10:43 +0200
commit132f520dceee48f0d1b38701c454afeda8db859b (patch)
tree98eae45bb14ccd3d5a6580d3c3fb790993ac9a2f
parent0149bb3dcbc19a58de69d6df9ab05f70efc03be4 (diff)
downloaddiscordbot-132f520dceee48f0d1b38701c454afeda8db859b.tar.gz
discordbot-132f520dceee48f0d1b38701c454afeda8db859b.zip
buff vst by 1
-rw-r--r--responses.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/responses.js b/responses.js
index a0c93e6..52c7309 100644
--- a/responses.js
+++ b/responses.js
@@ -87,7 +87,7 @@ async function formatMatchDetail(match) {
for(let participant of roster.participants) {
const hero = await api.mapActor(participant.actor);
teamstr += `
-\`${hero}\`, [${participant.player.name}](${ROOTURL}player/${participant.player.name}${track("match-detail")}) \`T${Math.floor(participant.skill_tier/3)}\` | \`${participant.stats.kills}/${participant.stats.deaths}/${participant.stats.assists}\`, \`${Math.floor(participant.stats.farm)}\`, Score ${emojifyScore(participant.stats.impact_score)} \`${Math.floor(100 * participant.stats.impact_score)}%\``;
+\`${hero}\`, [${participant.player.name}](${ROOTURL}player/${participant.player.name}${track("match-detail")}) \`T${Math.floor(participant.skill_tier/3+1)}\` | \`${participant.stats.kills}/${participant.stats.deaths}/${participant.stats.assists}\`, \`${Math.floor(participant.stats.farm)}\`, Score ${emojifyScore(participant.stats.impact_score)} \`${Math.floor(100 * participant.stats.impact_score)}%\``;
}
strings.push([rosterstr, teamstr]);
}