feat(tvt): scoreboard shows up to 10 players (was 8)
This commit is contained in:
@@ -258,7 +258,7 @@ public class HeykelSavasiContext : MiniGameContext
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The maximum number of characters shown on the scoreboard (top contributors by statue damage).
|
/// The maximum number of characters shown on the scoreboard (top contributors by statue damage).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private const int ScoreboardMaxEntries = 8;
|
private const int ScoreboardMaxEntries = 10;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// How long the post-battle "event over" ceremony lasts before players are teleported to Lorencia.
|
/// How long the post-battle "event over" ceremony lasts before players are teleported to Lorencia.
|
||||||
|
|||||||
Reference in New Issue
Block a user