diff --git a/code/controllers/subsystems/vote.dm b/code/controllers/subsystems/vote.dm index 4f07715ed4a..c6f5400e8a2 100644 --- a/code/controllers/subsystems/vote.dm +++ b/code/controllers/subsystems/vote.dm @@ -243,8 +243,7 @@ var/datum/controller/subsystem/vote/SSvote if(!M) continue AddChoice(F, capitalize(M.name), "[M.required_players]") - if(ROUNDTYPE_STR_SECRET in choices) - AddChoice(ROUNDTYPE_STR_SECRET, "Secret") + AddChoice(ROUNDTYPE_STR_SECRET, "Secret") if(ROUNDTYPE_STR_MIXED_SECRET in choices) AddChoice(ROUNDTYPE_STR_MIXED_SECRET, "Mixed Secret") if("crew_transfer") diff --git a/vueui/src/components/view/misc/voting.vue b/vueui/src/components/view/misc/voting.vue index d25b01ff0b6..b55d1ad4526 100644 --- a/vueui/src/components/view/misc/voting.vue +++ b/vueui/src/components/view/misc/voting.vue @@ -8,7 +8,7 @@ ChoicesVotesMinimum Players - {{options.name}}{{options.votes}}{{options.extra}} + {{options.name}}{{options.votes}}{{options.extra}}
@@ -26,11 +26,11 @@
  • Crew Transfer (Disallowed, Code Red or above) - Toggle Restart + Toggle Restart / Crew Transfer voting
  • GameMode - Toggle GameMode + Toggle GameMode voting
  • Add Antagonist Type