Skip to content

Commit e963bdf

Browse files
Tooltip for tower level
1 parent d704b7b commit e963bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/playback/Bodies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ export class Body {
455455

456456
public onHoverInfo(): string[] {
457457
const defaultInfo = [
458-
this.robotName,
458+
`${this.robotName}${this.level === 2 ? ' (Lvl II)' : ''}${this.level >= 3 ? ' (Lvl III)' : ''}`,
459459
`ID: ${this.id}`,
460460
`HP: ${this.hp}`,
461461
`Paint: ${this.paint}`,

0 commit comments

Comments
 (0)