We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab9de3 commit ec31701Copy full SHA for ec31701
src/texts.js
@@ -189,7 +189,7 @@ export const mapGameEventToText = function (event) {
189
let crashSpeed = event.botCrashDrawn.crashSpeed;
190
let crashAngle = event.botCrashDrawn.crashAngle;
191
let speedDiff = event.botCrashDrawn.speedDiff;
192
- let text = `Bot Blue ${event.botCrashDrawn.botBlue} and Yellow ${event.botCrashDrawn.botYellow} `;
+ let text = `Bot Blue ${event.botCrashDrawn.botBlue} and Yellow ${event.botCrashDrawn.botYellow} crashed`;
193
if (crashSpeed > 0) {
194
text += ` with ${velocity(crashSpeed)}`
195
}
0 commit comments