mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Bringing back Secret.
Hopefully this fixes my previous fix that managed to remove Secret from vote options, because it's not an actual gamemode.
This commit is contained in:
@@ -221,6 +221,7 @@ datum/controller/vote
|
|||||||
gamemode_names[M.config_tag] = capitalize(M.name) //It's ugly to put this here but it works
|
gamemode_names[M.config_tag] = capitalize(M.name) //It's ugly to put this here but it works
|
||||||
additional_text.Add("<td align = 'center'>[M.required_players]</td>")
|
additional_text.Add("<td align = 'center'>[M.required_players]</td>")
|
||||||
break
|
break
|
||||||
|
gamemode_names["secret"] = "Secret"
|
||||||
if("crew_transfer")
|
if("crew_transfer")
|
||||||
if(check_rights(R_ADMIN|R_MOD, 0))
|
if(check_rights(R_ADMIN|R_MOD, 0))
|
||||||
question = "End the shift?"
|
question = "End the shift?"
|
||||||
|
|||||||
Reference in New Issue
Block a user