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:
@@ -20,8 +20,8 @@ namespace Content.Client.Voting
|
||||
|
||||
public static readonly (string name, string id, (string name, string id)[]? secondaries)[] AvailableVoteTypes =
|
||||
{
|
||||
("Restart round", "restart", null),
|
||||
("Next gamemode", "preset", null)
|
||||
("ui-vote-type-restart", "restart", null),
|
||||
("ui-vote-type-gamemode", "preset", null)
|
||||
};
|
||||
|
||||
public VoteCallMenu()
|
||||
|
||||
Reference in New Issue
Block a user