[Feat] Респект и уважуха (#476)
* db * wd comment * manager & commands * system & round end results * raise ban event * client manager & cached values * role pick tweak * tweak last commit * more fixes * weights fix * Fix for short rounds * tweak in cached dictionary * reva pick system * fix last commit * cult role pick * nukeops role picking * fix cache in async & show command * ooc msg show value * move pick method to manager & traitor pick fix
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Content.Client.RoundEnd
|
||||
{
|
||||
_entityManager = entityManager;
|
||||
|
||||
MinSize = SetSize = new Vector2(520, 580);
|
||||
MinSize = SetSize = new Vector2(800, 580);
|
||||
|
||||
Title = Loc.GetString("round-end-summary-window-title");
|
||||
|
||||
@@ -155,7 +155,8 @@ namespace Content.Client.RoundEnd
|
||||
("playerOOCName", playerInfo.PlayerOOCName),
|
||||
("icNameColor", icNameColor),
|
||||
("playerICName", playerInfo.PlayerICName),
|
||||
("playerRole", Loc.GetString(playerInfo.Role))));
|
||||
("playerRole", Loc.GetString(playerInfo.Role)),
|
||||
("reputation", playerInfo.Reputation)));
|
||||
}
|
||||
}
|
||||
hBox.AddChild(playerInfoText);
|
||||
|
||||
Reference in New Issue
Block a user