Restart vote improvements, voting localization.
Restart votes now need 80% majority to succeed. Restart votes now have a 3 minute cooldown on the caller. Voting stuff has been localized.
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Content.Client.Voting
|
||||
{
|
||||
IoCManager.InjectDependencies(this);
|
||||
|
||||
Text = Loc.GetString("Call vote");
|
||||
Text = Loc.GetString("ui-vote-menu-button");
|
||||
OnPressed += OnOnPressed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user