mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Fixes wording and brings back secret. (#6431)
I promise this time I won't be LMAO.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user