feat(tvt): scoreboard shows up to 10 players (was 8)

This commit is contained in:
Acentech Dev
2026-07-21 22:42:25 +03:00
parent 49ffa5bd89
commit 107513aeb0

View File

@@ -258,7 +258,7 @@ public class HeykelSavasiContext : MiniGameContext
/// <summary>
/// The maximum number of characters shown on the scoreboard (top contributors by statue damage).
/// </summary>
private const int ScoreboardMaxEntries = 8;
private const int ScoreboardMaxEntries = 10;
/// <summary>
/// How long the post-battle "event over" ceremony lasts before players are teleported to Lorencia.